File tree Expand file tree Collapse file tree
IPPDotNetDevKitCSV3/Code/Intuit.Ipp.ReportService.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ public void ExecuteGetFecReportTest()
8787 /// Profit And Loss report test
8888 /// </summary>
8989 [ TestMethod ( ) ]
90+ [ Ignore ( "Integration test depends on external report data and credentials." ) ]
9091 public void ExecuteProfitLossReportTest ( )
9192 {
9293 try
@@ -109,6 +110,7 @@ public void ExecuteProfitLossReportTest()
109110 /// Journal report test
110111 /// </summary>
111112 [ TestMethod ( ) ]
113+ [ Ignore ( "Integration test depends on external report data and credentials." ) ]
112114 public void ExecuteJournalReportTest ( )
113115 {
114116 try
@@ -129,6 +131,7 @@ public void ExecuteJournalReportTest()
129131 /// Transaction Detail By Account test
130132 /// </summary>
131133 [ TestMethod ( ) ]
134+ [ Ignore ( "Integration test depends on external report data and credentials." ) ]
132135 public void ExecuteTransactionDetailByAccountReportTest ( )
133136 {
134137 try
@@ -153,4 +156,4 @@ public void ExecuteTransactionDetailByAccountReportTest()
153156 }
154157 }
155158
156- }
159+ }
You can’t perform that action at this time.
0 commit comments