Enable tests that should run but fail
This commit is contained in:
parent
e2ff9bb9cb
commit
75430dc6b5
@ -43,7 +43,6 @@ public class PadTest
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Ignore("This test causes a crash")]
|
||||
public void TestFuncAssigning()
|
||||
{
|
||||
Pad src = new Pad("src", PadDirection.Src);
|
||||
|
@ -100,7 +100,6 @@ public class PipelineTest
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Ignore("This test causes a crash")]
|
||||
public void TestBusAddWatch()
|
||||
{
|
||||
TestBusCallback(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user