mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Mute testCustomDataPaths on Windows
See #45333 (cherry picked from commit 671e1ad1068aee4b593ad0c8ab13ff60b4f125b8)
This commit is contained in:
parent
f0f2294695
commit
07c656fba9
@ -19,6 +19,7 @@
|
||||
package org.elasticsearch.env;
|
||||
|
||||
import org.apache.lucene.index.SegmentInfos;
|
||||
import org.apache.lucene.util.Constants;
|
||||
import org.elasticsearch.common.util.set.Sets;
|
||||
import org.elasticsearch.core.internal.io.IOUtils;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
@ -389,6 +390,7 @@ public class NodeEnvironmentTests extends ESTestCase {
|
||||
}
|
||||
|
||||
public void testCustomDataPaths() throws Exception {
|
||||
assumeFalse("Fails on Windows, see https://github.com/elastic/elasticsearch/issues/45333", Constants.WINDOWS);
|
||||
String[] dataPaths = tmpPaths();
|
||||
NodeEnvironment env = newNodeEnvironment(dataPaths, "/tmp", Settings.EMPTY);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user