disable extras for this test

This commit is contained in:
Robert Muir 2015-04-17 23:52:28 -04:00
parent 96f08a38e6
commit c7ce72733d
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ import static org.hamcrest.Matchers.*;
/**
*/
@ClusterScope(scope = Scope.TEST, numDataNodes = 0)
@LuceneTestCase.SuppressFileSystems("ExtrasFS") // not ready for this yet
public class DedicatedClusterSnapshotRestoreTests extends AbstractSnapshotTests {
@Test