We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffddfa commit 2406db1Copy full SHA for 2406db1
1 file changed
test/Microsoft.ML.Tests/DatabaseLoaderTests.cs
@@ -38,7 +38,6 @@ public void IrisLightGbmWithTimeOut()
38
DatabaseSource dbs = GetIrisDatabaseSourceWithTimeOut("WAITFOR DELAY '00:00:05'; SELECT * FROM {0}", 1);
39
var ex = Assert.Throws<System.Reflection.TargetInvocationException>(() => IrisLightGbmImpl(dbs));
40
Assert.Contains("Timeout expired", ex.InnerException.Message);
41
-
42
}
43
44
private void IrisLightGbmImpl(DatabaseSource dbs)
0 commit comments