fix: try running tests in chromium

This commit is contained in:
Lukas Olson 2018-11-14 13:21:43 -07:00
parent 245f72c4a0
commit 991d46f051
2 changed files with 2 additions and 2 deletions

View file

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

View file

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