mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
Enable tests that should run but fail
This commit is contained in:
parent
e2ff9bb9cb
commit
75430dc6b5
2 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue