Skip to content

Commit

Permalink
Exclude WindowsFS from SharedClusterSnapshotRestoreIT (#58020) (#58023)
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 39020f3 commit db03e7c
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 @@ -146,6 +147,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 db03e7c

Please sign in to comment.