Skip to content

Commit 82392d8

Browse files
committed
Adapt to upstream changes
1 parent 5fcef9a commit 82392d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/runtime-fields/src/test/java/org/elasticsearch/xpack/runtimefields/mapper/ScriptFieldMapperTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ protected Collection<Class<? extends Plugin>> getPlugins() {
4949
return pluginList(InternalSettingsPlugin.class, RuntimeFields.class, TestScriptPlugin.class);
5050
}
5151

52-
@AwaitsFix(bugUrl = "needs to be fixed upstream")
5352
public void testRuntimeTypeIsRequired() throws Exception {
5453
XContentBuilder mapping = XContentFactory.jsonBuilder()
5554
.startObject()
@@ -67,7 +66,6 @@ public void testRuntimeTypeIsRequired() throws Exception {
6766
assertEquals("Failed to parse mapping: runtime_type must be specified for script field [my_field]", exception.getMessage());
6867
}
6968

70-
@AwaitsFix(bugUrl = "needs to be fixed upstream")
7169
public void testScriptIsRequired() throws Exception {
7270
XContentBuilder mapping = XContentFactory.jsonBuilder()
7371
.startObject()

0 commit comments

Comments
 (0)