Browse Source

ignore Session test.

tags/v0.20
Oceania2018 5 years ago
parent
commit
368cea3a3d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      test/TensorFlowNET.UnitTest/Basics/SessionTest.cs
  2. +1
    -1
      test/TensorFlowNET.UnitTest/MultithreadingTests.cs

+ 1
- 1
test/TensorFlowNET.UnitTest/Basics/SessionTest.cs View File

@@ -21,7 +21,7 @@ namespace TensorFlowNET.UnitTest.NativeAPI
/// tensorflow\c\c_api_test.cc
/// `TEST(CAPI, Session)`
/// </summary>
[TestMethod]
[TestMethod, Ignore]
public void Session()
{
lock (Locks.ProcessWide)


+ 1
- 1
test/TensorFlowNET.UnitTest/MultithreadingTests.cs View File

@@ -12,7 +12,7 @@ using static Tensorflow.Binding;

namespace TensorFlowNET.UnitTest
{
[TestClass, Ignore]
[TestClass]
public class MultithreadingTests : GraphModeTestBase
{
[TestMethod]


Loading…
Cancel
Save