Revert "Mark NamedDateTimeProcessorTests as @AwaitsFix"

This reverts commit 44a80d61b2.
This commit is contained in:
David Turner 2018-09-13 07:32:33 +02:00
parent 44a80d61b2
commit 94f6d4560d
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
*/
package org.elasticsearch.xpack.sql.expression.function.scalar.datetime;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.common.io.stream.Writeable.Reader;
import org.elasticsearch.test.AbstractWireSerializingTestCase;
import org.elasticsearch.xpack.sql.expression.function.scalar.datetime.NamedDateTimeProcessor.NameExtractor;
@ -15,7 +14,6 @@ import org.joda.time.DateTimeZone;
import java.io.IOException;
import java.util.TimeZone;
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33621")
public class NamedDateTimeProcessorTests extends AbstractWireSerializingTestCase<NamedDateTimeProcessor> {
private static final TimeZone UTC = TimeZone.getTimeZone("UTC");