Skip to content

Commit 17e67f4

Browse files
committed
Disable schema tests for now
Old client versions are blocked, and our handling of old schema versions is going to change
1 parent 5fba6e4 commit 17e67f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/remote/tests/API/3/SchemaTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ class SchemaTests extends APITests {
3434
"Some data in “My Library” was created in a newer version of Zotero and could not be downloaded. "
3535
. "Upgrade Zotero to continue syncing this library.";
3636

37+
public function setUp(): void {
38+
$this->markTestSkipped();
39+
}
40+
3741
public function tearDown(): void {
3842
API::resetSchemaVersion(false);
3943
}

0 commit comments

Comments
 (0)