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 75ec40a commit 5bcf818Copy full SHA for 5bcf818
tests/bugs/gh_8437_test.py
@@ -13,6 +13,9 @@
13
[18.03.2025] pzotov
14
Confirmed crash on 3.0.13.33798; checked on 3.0.13.33804 after fix #e02eaffb.
15
Reduced min_version from 4.0.6 to 3.0.13.
16
+
17
+ [25.04.2024] pzotov
18
+ Added temporary mark 'disabled_in_forks' to SKIP this test when QA runs agains *fork* of standard FB.
19
"""
20
21
import pytest
@@ -31,6 +34,7 @@
31
34
1
32
35
33
36
37
+@pytest.mark.disabled_in_forks
38
@pytest.mark.version('>=3.0.13')
39
def test_1(act: Action):
40
act.expected_stdout = expected_stdout
0 commit comments