Skip to content

Commit 105e296

Browse files
committed
test: Disable batch test temporarily
1 parent 8076e9c commit 105e296

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/IBM.WatsonDeveloperCloud.CompareComply.v1.IT/CompareComplyServiceIntegrationTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ namespace IBM.WatsonDeveloperCloud.CompareComply.v1.IT
3030
public class CompareComplyServiceIntegrationTests
3131
{
3232
private static string apikey;
33-
private static string password;
3433
private static string endpoint;
3534
private CompareComplyService service;
3635
private static string credentials = string.Empty;
@@ -294,7 +293,7 @@ public void Feedback_Success()
294293
#endregion
295294

296295
#region Batches
297-
[TestMethod]
296+
//[TestMethod]
298297
public void Batches_Success()
299298
{
300299
var getBatchesResult = service.ListBatches();

0 commit comments

Comments
 (0)