mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
tests: Move srtp test known issue def to the 'check' testuite
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3979>
This commit is contained in:
parent
1146548c3d
commit
2837f14b6b
2 changed files with 11 additions and 11 deletions
|
@ -215,6 +215,17 @@ KNOWN_ISSUES = {
|
|||
},
|
||||
],
|
||||
},
|
||||
"https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1777": {
|
||||
"tests": [
|
||||
"check.gst-plugins-bad.elements_srtp.test_play.*"
|
||||
],
|
||||
"issues": [
|
||||
{
|
||||
'returncode': 1,
|
||||
'sometimes': True,
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -249,15 +249,4 @@ KNOWN_ISSUES = {
|
|||
},
|
||||
]
|
||||
},
|
||||
"https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1777": {
|
||||
"tests": [
|
||||
"check.gst-plugins-bad.elements_srtp.test_play.*"
|
||||
],
|
||||
"issues": [
|
||||
{
|
||||
'returncode': 1,
|
||||
'sometimes': True,
|
||||
},
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue