mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-21 12:27:37 +00:00
Mute RoundingDuelTests.testSerialization
Due to https://github.com/elastic/elasticsearch/issues/63256
This commit is contained in:
parent
83fcaf4fe7
commit
a522e932e8
@ -35,6 +35,7 @@ public class RoundingDuelTests extends ESTestCase {
|
|||||||
// dont include nano/micro seconds as rounding would become zero then and throw an exception
|
// dont include nano/micro seconds as rounding would become zero then and throw an exception
|
||||||
private static final String[] ALLOWED_TIME_SUFFIXES = new String[]{"d", "h", "ms", "s", "m"};
|
private static final String[] ALLOWED_TIME_SUFFIXES = new String[]{"d", "h", "ms", "s", "m"};
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63256")
|
||||||
public void testSerialization() throws Exception {
|
public void testSerialization() throws Exception {
|
||||||
org.elasticsearch.common.Rounding.DateTimeUnit randomDateTimeUnit =
|
org.elasticsearch.common.Rounding.DateTimeUnit randomDateTimeUnit =
|
||||||
randomFrom(org.elasticsearch.common.Rounding.DateTimeUnit.values());
|
randomFrom(org.elasticsearch.common.Rounding.DateTimeUnit.values());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user