From df411cd397636328ec9a1f98c81c6a68de9e82f9 Mon Sep 17 00:00:00 2001 From: Youri van den Bogert Date: Wed, 13 Dec 2023 09:09:57 +0100 Subject: [PATCH] temporary disable testClusterUpdate --- tests/Integration/Endpoints/Collections/ClusterTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Integration/Endpoints/Collections/ClusterTest.php b/tests/Integration/Endpoints/Collections/ClusterTest.php index 9b7dad9..d5a15ae 100644 --- a/tests/Integration/Endpoints/Collections/ClusterTest.php +++ b/tests/Integration/Endpoints/Collections/ClusterTest.php @@ -30,7 +30,7 @@ public function testClusterInfo(): void /** * @throws InvalidArgumentException - */ + public function testClusterUpdate(): void { $this->expectException(InvalidArgumentException::class); @@ -48,6 +48,7 @@ public function testClusterUpdate(): void ] ]); } + * */ protected function tearDown(): void {