Skip to content

Commit 6f2a47e

Browse files
committed
skip tests
1 parent d8bb385 commit 6f2a47e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/test_datasets/test_dataset_functions.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,10 @@ def test_data_edit_non_critical_field(self):
14661466
edited_dataset = openml.datasets.get_dataset(did)
14671467
assert edited_dataset.description == desc
14681468

1469+
@pytest.mark.skipif(
1470+
os.getenv("OPENML_USE_LOCAL_SERVICES") == "true",
1471+
reason="Pending resolution of #1657",
1472+
)
14691473
@pytest.mark.test_server()
14701474
def test_data_edit_critical_field(self):
14711475
# Case 2
@@ -1518,6 +1522,10 @@ def test_data_edit_requires_valid_dataset(self):
15181522
description="xor operation dataset",
15191523
)
15201524

1525+
@pytest.mark.skipif(
1526+
os.getenv("OPENML_USE_LOCAL_SERVICES") == "true",
1527+
reason="Pending resolution of #1657",
1528+
)
15211529
@pytest.mark.test_server()
15221530
def test_data_edit_cannot_edit_critical_field_if_dataset_has_task(self):
15231531
# Need to own a dataset to be able to edit meta-data

0 commit comments

Comments
 (0)