Skip to content

Commit

Permalink
fix(CI): Mark flaky test as skipped
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jul 3, 2024
1 parent 3ecab64 commit bb1e567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/files_external/tests/Storage/SmbTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ public function testStorageId() {
}

public function testNotifyGetChanges() {
$this->markTestSkipped('Marking flaky test skipped until someone has a look');

$notifyHandler = $this->instance->notify('');
sleep(1); //give time for the notify to start
$this->instance->file_put_contents('/newfile.txt', 'test content');
Expand Down

0 comments on commit bb1e567

Please sign in to comment.