Skip to content

Commit f2059b5

Browse files
committed
Move flaky decorator down
1 parent 4cac0b2 commit f2059b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_cross_compile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ def test_cmake(tmp_path):
149149
assert lines == expected
150150

151151

152-
@flaky
153152
@pytest.mark.parametrize("recipe_version", [0, 1])
153+
@flaky
154154
def test_cross_rbase(tmp_path, recipe_version: int):
155155
run_test_migration(
156156
m=version_migrator_rbase,
@@ -170,8 +170,8 @@ def test_cross_rbase(tmp_path, recipe_version: int):
170170
)
171171

172172

173-
@flaky
174173
@pytest.mark.parametrize("recipe_version", [0, 1])
174+
@flaky
175175
def test_cross_rbase_build_sh(tmp_path, recipe_version: int):
176176
tmp_path.joinpath("recipe").mkdir()
177177
with open(tmp_path / "recipe/build.sh", "w") as f:

0 commit comments

Comments
 (0)