File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
terminusdb_client/tests/integration_tests Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,7 @@ def test_diff_ops(docker_url, test_schema):
489489 assert my_schema .to_dict () != test_schema .to_dict ()
490490
491491
492+ @pytest .mark .skip (reason = "Cloud infrastructure no longer operational" )
492493@pytest .mark .skipif (
493494 os .environ .get ("TERMINUSX_TOKEN" ) is None , reason = "TerminusX token does not exist"
494495)
@@ -560,6 +561,7 @@ def test_jwt(docker_url_jwt):
560561 assert "test_happy_path" not in client .list_databases ()
561562
562563
564+ @pytest .mark .skip (reason = "Cloud infrastructure no longer operational" )
563565@pytest .mark .skipif (
564566 os .environ .get ("TERMINUSX_TOKEN" ) is None , reason = "TerminusX token does not exist"
565567)
@@ -580,6 +582,7 @@ def test_terminusx(terminusx_token):
580582 assert testdb not in client .list_databases ()
581583
582584
585+ @pytest .mark .skip (reason = "Cloud infrastructure no longer operational" )
583586@pytest .mark .skipif (
584587 os .environ .get ("TERMINUSX_TOKEN" ) is None , reason = "TerminusX token does not exist"
585588)
Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ def test_local_happy_path(docker_url, test_csv):
185185 assert f"{ testdb } deleted." in result .output
186186
187187
188+ @pytest .mark .skip (reason = "Cloud infrastructure no longer operational" )
188189@pytest .mark .skipif (
189190 os .environ .get ("TERMINUSX_TOKEN" ) is None , reason = "TerminusX token does not exist"
190191)
You can’t perform that action at this time.
0 commit comments