Commit 21a8a79c authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

ci: Move slow pytests to nightly (#152)

parent 6ca24080
...@@ -58,10 +58,8 @@ try: ...@@ -58,10 +58,8 @@ try:
except CUDARuntimeError: except CUDARuntimeError:
print("CUDA not available") print("CUDA not available")
# TODO # Slower test than others - make it nightly for now
# Decide if this should be pytestmark = pytest.mark.nightly
# pre merge, nightly, or weekly
pytestmark = pytest.mark.pre_merge
@pytest.fixture @pytest.fixture
......
...@@ -36,10 +36,8 @@ TRITON_LOG_LEVEL = 0 ...@@ -36,10 +36,8 @@ TRITON_LOG_LEVEL = 0
logger = get_logger(__name__) logger = get_logger(__name__)
# TODO # Slower test than others - make it nightly for now
# Decide if this should be pytestmark = pytest.mark.nightly
# pre merge, nightly, or weekly
pytestmark = pytest.mark.pre_merge
@pytest.fixture @pytest.fixture
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment