Skip to content

Commit a723fc4

Browse files
committed
comment out custom model because of plan limitation
1 parent bedd3ca commit a723fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IBM.WatsonDeveloperCloud.LanguageTranslator.v3.IntegrationTests/LanguageTranslatorServiceIntegrationTestsRC.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public void GetModelDetails_Success_RC()
138138
Assert.IsFalse(string.IsNullOrEmpty(results.ModelId));
139139
}
140140

141-
[TestMethod]
141+
//[TestMethod]
142142
public void Model_Success_RC()
143143
{
144144
TranslationModel createModelResult;

0 commit comments

Comments
 (0)