Skip to content

Commit 78557b9

Browse files
committed
Added/Updated tests\bugs\gh_7998_test.py: Added [temporary] mark for SKIP this test when QA runs agains *fork* of standard FB because it hangs. See comments in the test source.
1 parent 1bef2dd commit 78557b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/bugs/gh_7998_test.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
1717
[15.02.2024] pzotov
1818
Checked on 5.0.1.1340 -- all fine. Reduced min_version.
19+
20+
[16.02.2024] pzotov
21+
Added [temporary] mark for SKIP this test when QA runs agains *fork* of standard FB because it hangs ('disabled_in_forks').
22+
This mark will be removed after separating QA runs (executing tests against standard FB snapshot on DEDICATED machine).
23+
24+
NB-1. QA must use command like: 'pytest -m "not disabled_in_hqbird" ...' when check *fork* of standard FB.
25+
NB-2. Unfortunately, nowadays QA runs for standard FB and its fork are performed at the same host.
26+
Lagging problem exists with [back-]porting of some fixes/features into fork after implementation for the same FB-major version.
27+
This can cause the whole QA-job to be incompleted and missed report for one of even several days.
1928
"""
2029

2130
import pytest
@@ -36,6 +45,7 @@
3645
conversion error from string "2"
3746
"""
3847

48+
@pytest.mark.disabled_in_forks
3949
@pytest.mark.version('>=5.0.1')
4050
def test_1(act: Action):
4151
act.expected_stdout = expected_stdout

0 commit comments

Comments
 (0)