File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 66from labelbox import Client
77
88
9+ @pytest .mark .skip (
10+ reason =
11+ "Google credentials are being updated for this test, disabling till it's all sorted out"
12+ )
913@pytest .mark .skipif (not os .environ .get ('DA_GCP_LABELBOX_API_KEY' ),
1014 reason = "DA_GCP_LABELBOX_API_KEY not found" )
1115def test_default_integration ():
@@ -28,6 +32,10 @@ def test_default_integration():
2832 ds .delete ()
2933
3034
35+ @pytest .mark .skip (
36+ reason =
37+ "Google credentials are being updated for this test, disabling till it's all sorted out"
38+ )
3139@pytest .mark .skipif (not os .environ .get ("DA_GCP_LABELBOX_API_KEY" ),
3240 reason = "DA_GCP_LABELBOX_API_KEY not found" )
3341def test_non_default_integration ():
@@ -67,4 +75,4 @@ def test_no_integration(client, image_url):
6775def test_no_default_integration (client ):
6876 ds = client .create_dataset (name = "new_ds" )
6977 assert ds .iam_integration () is None
70- ds .delete ()
78+ ds .delete ()
You can’t perform that action at this time.
0 commit comments