Skip to content

Commit

Permalink
Mute CacheServiceTests.testCacheSynchronization on Windows (#66502)
Browse files Browse the repository at this point in the history
Relates #65543
  • Loading branch information
tlrx authored Dec 17, 2020
1 parent 24d275f commit 8c129a0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

package org.elasticsearch.xpack.searchablesnapshots.cache;

import org.apache.lucene.util.Constants;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.support.PlainActionFuture;
import org.elasticsearch.common.UUIDs;
Expand Down Expand Up @@ -62,6 +63,7 @@ public static void removeFileSystem() {
}

public void testCacheSynchronization() throws Exception {
assumeFalse("https://github.com/elastic/elasticsearch/issues/65543", Constants.WINDOWS);
final int numShards = randomIntBetween(1, 3);
final Index index = new Index(randomAlphaOfLength(5).toLowerCase(Locale.ROOT), UUIDs.randomBase64UUID(random()));
final String snapshotUUID = UUIDs.randomBase64UUID(random());
Expand Down

0 comments on commit 8c129a0

Please sign in to comment.