Browse Source

ignore layers test.

tags/v0.20
Oceania2018 5 years ago
parent
commit
0b71c969da
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/TensorFlowNET.UnitTest/Keras/LayersTest.cs

+ 1
- 1
test/TensorFlowNET.UnitTest/Keras/LayersTest.cs View File

@@ -13,7 +13,7 @@ namespace TensorFlowNET.UnitTest.Keras
/// <summary>
/// https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/keras/layers
/// </summary>
[TestClass]
[TestClass, Ignore]
public class LayersTest : GraphModeTestBase
{
[TestMethod]


Loading…
Cancel
Save