Skip to content

Commit

Permalink
Disable schema tests for now
Browse files Browse the repository at this point in the history
Old client versions are blocked, and our handling of old schema versions
is going to change
  • Loading branch information
dstillman committed May 11, 2023
1 parent 5fba6e4 commit 17e67f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/remote/tests/API/3/SchemaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ class SchemaTests extends APITests {
"Some data in “My Library” was created in a newer version of Zotero and could not be downloaded. "
. "Upgrade Zotero to continue syncing this library.";

public function setUp(): void {
$this->markTestSkipped();
}

public function tearDown(): void {
API::resetSchemaVersion(false);
}
Expand Down

0 comments on commit 17e67f4

Please sign in to comment.