Skip to content

Commit cb68cd3

Browse files
committed
Ignored unimplemented unit-test
1 parent ae72160 commit cb68cd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/TensorFlowNET.UnitTest/NameScopeTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void NestedNameScope()
4444
Assert.AreEqual("", g._name_stack);
4545
}
4646

47-
[TestMethod]
47+
[TestMethod, Ignore("Unimplemented Usage")]
4848
public void NestedNameScope_Using()
4949
{
5050
Graph g = tf.Graph().as_default();

0 commit comments

Comments
 (0)