Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b46345d

Browse files
committedAug 15, 2024·
Add new tests
1 parent 2048753 commit b46345d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎tests/test_intervals.py

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
from smartsim._core.control.interval import SynchronousTimeInterval
3434

35+
pytestmark = pytest.mark.group_a
36+
3537

3638
@pytest.mark.parametrize(
3739
"timeout", [pytest.param(i, id=f"{i} second(s)") for i in range(10)]

0 commit comments

Comments
 (0)
Please sign in to comment.