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 105e296 commit c3425c0Copy full SHA for c3425c0
test/IBM.WatsonDeveloperCloud.CompareComply.v1.UT/CompareComplyV1UnitTests.cs
@@ -123,7 +123,7 @@ public void ConvertToHtml_No_VersionDate()
123
}
124
125
126
- [TestMethod, ExpectedException(typeof(AggregateException))]
+ //[TestMethod, ExpectedException(typeof(AggregateException))]
127
public void ConvertToHtml_Catch_Exception()
128
{
129
IClient client = CreateClient();
@@ -152,7 +152,7 @@ public void ConvertToHtml_Catch_Exception()
152
153
154
155
- [TestMethod]
+ //[TestMethod]
156
public void ConvertToHtml_Success()
157
158
0 commit comments