Merge branch 'mockfilesystem' of github.com:elastic/elasticsearch into mockfilesystem

This commit is contained in:
Ryan Ernst 2015-04-17 20:53:46 -07:00
commit 310e04bdb3
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