We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a64f85 commit 5d5a9f7Copy full SHA for 5d5a9f7
tests/integration/test_labeler_performance.py
@@ -1,7 +1,11 @@
1
from datetime import datetime, timezone, timedelta
2
import pytest
3
+import os
4
5
6
+@pytest.mark.skipif(
7
+ condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem",
8
+ reason="longer runtime than expected for onprem. unskip when resolved.")
9
def test_labeler_performance(configured_project_with_label):
10
project, _, _, _ = configured_project_with_label
11
0 commit comments