Skip to content

Commit

Permalink
fix: try running tests in chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Nov 14, 2018
1 parent 245f72c commit 991d46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions x-pack/test/reporting/api/chromium_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export default function ({ loadTestFile, getService }) {
await esArchiver.unload(OSS_DATA_ARCHIVE_PATH);
});

loadTestFile(require.resolve('./bwc_existing_indexes'));
loadTestFile(require.resolve('./bwc_generation_urls'));
loadTestFile(require.resolve('./usage'));
});
}
2 changes: 0 additions & 2 deletions x-pack/test/reporting/api/phantom_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ export default function ({ loadTestFile, getService }) {
await esArchiver.unload(OSS_DATA_ARCHIVE_PATH);
});

loadTestFile(require.resolve('./bwc_existing_indexes'));
loadTestFile(require.resolve('./bwc_generation_urls'));
loadTestFile(require.resolve('./usage'));
});
}

0 comments on commit 991d46f

Please sign in to comment.