mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
tests: Mark adaptivedemux tests as sometimes timing out
... in addition to all the other issues that were ignored for them already. At least the reverse playback test regularly times out, waiting for a download to finish that has already finished successfully. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1593>
This commit is contained in:
parent
d191180061
commit
40b073e7bd
1 changed files with 5 additions and 1 deletions
|
@ -37,7 +37,11 @@ KNOWN_ISSUES = {
|
|||
"level": "critical",
|
||||
"summary": "The program stopped before some actions were executed",
|
||||
"sometimes": True,
|
||||
}
|
||||
},
|
||||
{
|
||||
"timeout": True,
|
||||
"sometimes": True,
|
||||
},
|
||||
]
|
||||
},
|
||||
"https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/311": {
|
||||
|
|
Loading…
Reference in a new issue