Skip to content

Commit 8abda39

Browse files
More test tweaks
1 parent 55859e1 commit 8abda39

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

IPPDotNetDevKitCSV3/Code/Intuit.Ipp.ReportService.Test/ReportServiceTest.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)