|
|
@@ -11,7 +11,7 @@ namespace TensorFlowNET.Keras.UnitTest |
|
|
|
[TestClass] |
|
|
|
public class MultiThreads |
|
|
|
{ |
|
|
|
[TestMethod] |
|
|
|
[TestMethod, Ignore("Failed on MacOS")] |
|
|
|
public void Test1() |
|
|
|
{ |
|
|
|
//Arrange |
|
|
@@ -26,7 +26,7 @@ namespace TensorFlowNET.Keras.UnitTest |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
[TestMethod] |
|
|
|
[TestMethod, Ignore("Failed on MacOS")] |
|
|
|
public void Test2() |
|
|
|
{ |
|
|
|
//Arrange |
|
|
@@ -40,7 +40,7 @@ namespace TensorFlowNET.Keras.UnitTest |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
[TestMethod] |
|
|
|
[TestMethod, Ignore("Failed on MacOS")] |
|
|
|
public void Test3Multithreading() |
|
|
|
{ |
|
|
|
//Arrange |
|
|
|