|
@@ -19,6 +19,7 @@
|
|
|
|
|
|
package org.elasticsearch.snapshots;
|
|
|
|
|
|
+import org.apache.lucene.util.LuceneTestCase;
|
|
|
import org.elasticsearch.ElasticsearchException;
|
|
|
import org.elasticsearch.ExceptionsHelper;
|
|
|
import org.elasticsearch.Version;
|
|
@@ -141,6 +142,8 @@ import static org.hamcrest.Matchers.notNullValue;
|
|
|
import static org.hamcrest.Matchers.nullValue;
|
|
|
import static org.hamcrest.Matchers.startsWith;
|
|
|
|
|
|
+// The tests in here do a lot of state updates and other writes to disk and are slowed down too much by WindowsFS
|
|
|
+@LuceneTestCase.SuppressFileSystems(value = "WindowsFS")
|
|
|
public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCase {
|
|
|
|
|
|
@Override
|