Skip to content

Commit 5d5a9f7

Browse files
committed
adding skip for onprem for now
1 parent 0a64f85 commit 5d5a9f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/test_labeler_performance.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
from datetime import datetime, timezone, timedelta
22
import pytest
3+
import os
34

45

6+
@pytest.mark.skipif(
7+
condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem",
8+
reason="longer runtime than expected for onprem. unskip when resolved.")
59
def test_labeler_performance(configured_project_with_label):
610
project, _, _, _ = configured_project_with_label
711

0 commit comments

Comments
 (0)