We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8076e9c commit 105e296Copy full SHA for 105e296
test/IBM.WatsonDeveloperCloud.CompareComply.v1.IT/CompareComplyServiceIntegrationTests.cs
@@ -30,7 +30,6 @@ namespace IBM.WatsonDeveloperCloud.CompareComply.v1.IT
30
public class CompareComplyServiceIntegrationTests
31
{
32
private static string apikey;
33
- private static string password;
34
private static string endpoint;
35
private CompareComplyService service;
36
private static string credentials = string.Empty;
@@ -294,7 +293,7 @@ public void Feedback_Success()
294
293
#endregion
295
296
#region Batches
297
- [TestMethod]
+ //[TestMethod]
298
public void Batches_Success()
299
300
var getBatchesResult = service.ListBatches();
0 commit comments