Skip to content

Commit 49fca35

Browse files
committed
Added ST41 related pytest to nightly scope
Signed-off-by: Wilczynski, Andrzej <[email protected]>
1 parent 0043b94 commit 49fca35

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

tests/validation/tests/single/st41/dit/test_dit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}
2323

2424

25+
@pytest.mark.nightly
2526
@pytest.mark.parametrize(
2627
"media_file",
2728
[st41_files["st41_p29_long_file"]],

tests/validation/tests/single/st41/fps/test_fps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}
2323

2424

25+
@pytest.mark.nightly
2526
@pytest.mark.parametrize(
2627
"media_file",
2728
[st41_files["st41_p29_long_file"]],

tests/validation/tests/single/st41/k_bit/test_k_bit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}
2323

2424

25+
@pytest.mark.nightly
2526
@pytest.mark.parametrize(
2627
"media_file",
2728
[st41_files["st41_p29_long_file"]],

tests/validation/tests/single/st41/no_chain/test_no_chain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}
2323

2424

25+
@pytest.mark.nightly
2526
@pytest.mark.parametrize(
2627
"media_file",
2728
[st41_files["st41_p29_long_file"]],

tests/validation/tests/single/st41/type_mode/test_type_mode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}
2323

2424

25+
@pytest.mark.nightly
2526
@pytest.mark.parametrize(
2627
"media_file",
2728
[st41_files["st41_p29_long_file"]],

0 commit comments

Comments
 (0)