mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
suppress all filesystems here due to jimfs brokenness
This commit is contained in:
parent
b113fbd283
commit
a985c972f2
@ -63,7 +63,9 @@ import static org.hamcrest.Matchers.equalTo;
|
||||
import static org.hamcrest.Matchers.notNullValue;
|
||||
|
||||
@ClusterScope(scope = Scope.TEST, numDataNodes = 0, transportClientRatio = 0.0)
|
||||
@LuceneTestCase.SuppressFileSystems("ExtrasFS") // TODO: clean up this test to allow extra files
|
||||
@LuceneTestCase.SuppressFileSystems("*") // TODO: clean up this test to allow extra files
|
||||
// TODO: jimfs is really broken here (throws wrong exception from detection method).
|
||||
// if its in your classpath, then do not use plugins!!!!!!
|
||||
public class PluginManagerTests extends ElasticsearchIntegrationTest {
|
||||
|
||||
@Test(expected = ElasticsearchIllegalArgumentException.class)
|
||||
|
Loading…
x
Reference in New Issue
Block a user