Skip to content

Commit

Permalink
temporary disable testClusterUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
YOUR1 committed Dec 13, 2023
1 parent 826e3d9 commit df411cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Integration/Endpoints/Collections/ClusterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function testClusterInfo(): void

/**
* @throws InvalidArgumentException
*/
public function testClusterUpdate(): void
{
$this->expectException(InvalidArgumentException::class);
Expand All @@ -48,6 +48,7 @@ public function testClusterUpdate(): void
]
]);
}
* */

protected function tearDown(): void
{
Expand Down

0 comments on commit df411cd

Please sign in to comment.