Skip to content

Commit

Permalink
Exclude WindowsFS from SharedClusterSnapshotRestoreIT (#58020)
Browse files Browse the repository at this point in the history
Same as #52488 but for a different test suite

Closes #58019
  • Loading branch information
original-brownbear authored Jun 12, 2020
1 parent 54c2931 commit d4cc6b5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -141,6 +142,8 @@
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
Expand Down

0 comments on commit d4cc6b5

Please sign in to comment.