We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188f82d commit a932c47Copy full SHA for a932c47
tests/bugs/gh_8136_test.py
@@ -9,6 +9,9 @@
9
[28.05.2024] pzotov
10
Confirmed crash on 6.0.0.36, 5.0.1.1408
11
Checked on 6.0.0.363-40d0b41, 5.0.1.1408-c432bd0
12
+
13
+ [09.06.2024] pzotov
14
+ Added temporary mark 'disabled_in_forks' to SKIP this test when QA verifies *fork* rather than standard FB.
15
"""
16
17
import pytest
@@ -27,6 +30,7 @@
27
30
1
28
31
29
32
33
+@pytest.mark.disabled_in_forks
34
@pytest.mark.version('>=5.0.1')
35
def test_1(act: Action):
36
act.expected_stdout = expected_stdout
0 commit comments