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:
Colin Goodheart-Smithe 2017-01-30 10:55:59 +00:00
parent 618cb2a1a0
commit 79d1a10a86
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}