File tree 3 files changed +5
-8
lines changed
test/TensorFlowNET.UnitTest
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ namespace TensorFlowNET.UnitTest.Keras
14
14
[ TestClass ]
15
15
public class EmbeddingTest
16
16
{
17
+ [ Ignore ]
17
18
[ TestMethod ]
18
19
public void Embedding ( )
19
20
{
Original file line number Diff line number Diff line change 29
29
30
30
<ItemGroup >
31
31
<PackageReference Include =" FluentAssertions" Version =" 5.9.0" />
32
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2 .0" />
33
- <PackageReference Include =" MSTest.TestAdapter" Version =" 1.4 .0" />
34
- <PackageReference Include =" MSTest.TestFramework" Version =" 1.4 .0" />
35
- <PackageReference Include =" SciSharp.TensorFlow.Redist" Version =" 1.14.0 " />
32
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.4 .0" />
33
+ <PackageReference Include =" MSTest.TestAdapter" Version =" 2.0 .0" />
34
+ <PackageReference Include =" MSTest.TestFramework" Version =" 2.0 .0" />
35
+ <PackageReference Include =" SciSharp.TensorFlow.Redist" Version =" 1.14.1 " />
36
36
</ItemGroup >
37
37
38
38
<ItemGroup >
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ namespace TensorFlowNET.UnitTest.control_flow_ops_test
10
10
[ TestClass ]
11
11
public class CondTestCases : PythonTest
12
12
{
13
- [ Ignore ( "need tesnroflow expose AddControlInput API" ) ]
14
13
[ TestMethod ]
15
14
public void testCondTrue_ConstOnly ( )
16
15
{
@@ -30,7 +29,6 @@ public void testCondTrue_ConstOnly()
30
29
}
31
30
}
32
31
33
- [ Ignore ( "need tesnroflow expose AddControlInput API" ) ]
34
32
[ TestMethod ]
35
33
public void testCondFalse_ConstOnly ( )
36
34
{
@@ -50,7 +48,6 @@ public void testCondFalse_ConstOnly()
50
48
}
51
49
}
52
50
53
- [ Ignore ( "need tesnroflow expose AddControlInput API" ) ]
54
51
[ TestMethod ]
55
52
public void testCondTrue ( )
56
53
{
@@ -67,7 +64,6 @@ public void testCondTrue()
67
64
assertEquals ( result , 34 ) ;
68
65
}
69
66
70
- [ Ignore ( "need tesnroflow expose AddControlInput API" ) ]
71
67
[ TestMethod ]
72
68
public void testCondFalse ( )
73
69
{
You can’t perform that action at this time.
0 commit comments