File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
server/src/test/java/org/elasticsearch/watcher Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 77 */
88package org .elasticsearch .watcher ;
99
10+ import org .apache .lucene .util .Constants ;
1011import org .apache .lucene .util .LuceneTestCase ;
1112import org .elasticsearch .core .internal .io .IOUtils ;
1213import org .elasticsearch .test .ESTestCase ;
@@ -84,6 +85,8 @@ public List<String> notifications() {
8485 }
8586
8687 public void testSimpleFileOperations () throws IOException {
88+ assumeFalse ("https://github.com/elastic/elasticsearch/issues/81305" , Constants .MAC_OS_X );
89+
8790 Path tempDir = createTempDir ();
8891 RecordingChangeListener changes = new RecordingChangeListener (tempDir );
8992 Path testFile = tempDir .resolve ("test.txt" );
@@ -263,6 +266,8 @@ public void testSimpleDirectoryOperations() throws IOException {
263266 }
264267
265268 public void testSimpleDirectoryOperationsWithContentChecking () throws IOException {
269+ assumeFalse ("https://github.com/elastic/elasticsearch/issues/81305" , Constants .MAC_OS_X );
270+
266271 final long startTime = System .currentTimeMillis ();
267272
268273 Path tempDir = createTempDir ();
You can’t perform that action at this time.
0 commit comments