Skip to content

Commit

Permalink
test: mark another test to execute early or it may fail
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Mar 4, 2024
1 parent fe34177 commit 4d156fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_parallelization.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

import logging

import pytest

from .test_utils import QasmFile, get_phir_json

logger = logging.getLogger(__name__)
Expand Down Expand Up @@ -156,6 +158,7 @@ def test_two_qubit_exec_order_preserved() -> None:
}


@pytest.mark.order("first")
def test_group_ordering() -> None:
"""Test that groups are in the right order when the group number can decrement."""
phir = get_phir_json(QasmFile.group_ordering, rebase=True)
Expand Down

0 comments on commit 4d156fa

Please sign in to comment.