Skip to content

Commit 852a0a5

Browse files
committed
Skip query tests
1 parent dda7efc commit 852a0a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/client/query_client_test.py

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
from scitacean import PID, Client, RemotePath, model
99
from scitacean.testing.backend import seed
1010

11+
pytestmark = pytest.mark.skip(
12+
"Querying is currently broken because of a mismatch between DTOs and schemas."
13+
)
14+
1115

1216
@pytest.fixture
1317
def client(real_client: Client, require_scicat_backend: None) -> Client:

0 commit comments

Comments
 (0)