Skip to content

Commit 9c646a3

Browse files
committed
Disable transferBench tests on TheRock
1 parent c8400d7 commit 9c646a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/rocprofiler-systems/tests/pytest/test_gpu_connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pathlib import Path
1111
from conftest import RocprofsysTest
1212

13-
pytestmark = [pytest.mark.gpu, pytest.mark.xgmi, pytest.mark.ci_enable]
13+
pytestmark = [pytest.mark.gpu, pytest.mark.xgmi]
1414

1515
# =============================================================================
1616
# GPU connectivity fixtures

0 commit comments

Comments
 (0)