From 17e67f46061d28b6cf080ea48215b9477f6472e9 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 11 May 2023 17:00:31 -0400 Subject: [PATCH] Disable schema tests for now Old client versions are blocked, and our handling of old schema versions is going to change --- tests/remote/tests/API/3/SchemaTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/remote/tests/API/3/SchemaTest.php b/tests/remote/tests/API/3/SchemaTest.php index a5fc6215..7495fa04 100644 --- a/tests/remote/tests/API/3/SchemaTest.php +++ b/tests/remote/tests/API/3/SchemaTest.php @@ -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); }