Skip to content

Commit

Permalink
[7.x] [ML] Functional tests - re-enable file data visualizer tests (#…
Browse files Browse the repository at this point in the history
…77141)

This PR re-enables the functional test suite for the file data visualizer tests, that have been temporarily disabled because of a missing ES backport.
  • Loading branch information
pheyos authored Sep 10, 2020
1 parent 9f04a1c commit 86d16e2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ export default function ({ getService }: FtrProviderContext) {
},
];

// Failing ES snapshot promotion, see #77069
describe.skip('file based', function () {
describe('file based', function () {
this.tags(['mlqa']);
before(async () => {
await ml.testResources.setKibanaTimeZoneToUTC();
Expand Down

0 comments on commit 86d16e2

Please sign in to comment.