Mutes DataFeedJobIT test method that uses painless
This needs to be moved to the single-node-tests qa modules since integTests shouldn’t access modules. Original commit: elastic/x-pack-elasticsearch@289b697eb8
This commit is contained in:
parent
618cb2a1a0
commit
79d1a10a86
|
@ -173,6 +173,7 @@ public class DatafeedJobIT extends ESRestTestCase {
|
|||
new LookbackOnlyTestHelper("lookback-5", "airline-data-disabled-source").execute();
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "This test uses painless which is not available in the integTest phase")
|
||||
public void testLookbackOnlyWithScriptFields() throws Exception {
|
||||
new LookbackOnlyTestHelper("lookback-6", "airline-data-disabled-source").setAddScriptedFields(true).execute();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue