don't skip test_ExampleApp.py
This commit is contained in:
parent
85e894dd73
commit
c49e471192
@ -65,10 +65,6 @@ darwin_opengl_reason = ("pyopenGL cannot find openGL library on big sur: "
|
|||||||
|
|
||||||
exceptionCondition = namedtuple("exceptionCondition", ["condition", "reason"])
|
exceptionCondition = namedtuple("exceptionCondition", ["condition", "reason"])
|
||||||
conditionalExamples = {
|
conditionalExamples = {
|
||||||
"test_ExampleApp.py": exceptionCondition(
|
|
||||||
not(platform.system() == "Linux" and frontends[Qt.PYSIDE2]),
|
|
||||||
reason="Unexplained, intermittent segfault and subsequent timeout on CI"
|
|
||||||
),
|
|
||||||
"hdf5.py": exceptionCondition(
|
"hdf5.py": exceptionCondition(
|
||||||
False,
|
False,
|
||||||
reason="Example requires user interaction"
|
reason="Example requires user interaction"
|
||||||
|
Loading…
Reference in New Issue
Block a user