Skip to content

Commit 3350028

Browse files
Exclude WindowsFS from SharedClusterSnapshotRestoreIT (#58020) (#58024)
Same as #52488 but for a different test suite Closes #58019
1 parent a372a4f commit 3350028

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
package org.elasticsearch.snapshots;
2121

22+
import org.apache.lucene.util.LuceneTestCase;
2223
import org.elasticsearch.ElasticsearchException;
2324
import org.elasticsearch.ExceptionsHelper;
2425
import org.elasticsearch.Version;
@@ -147,6 +148,8 @@
147148
import static org.hamcrest.Matchers.nullValue;
148149
import static org.hamcrest.Matchers.startsWith;
149150

151+
// The tests in here do a lot of state updates and other writes to disk and are slowed down too much by WindowsFS
152+
@LuceneTestCase.SuppressFileSystems(value = "WindowsFS")
150153
public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCase {
151154

152155
@Override

0 commit comments

Comments
 (0)