diff --git a/test/karma.conf.js b/test/karma.conf.js index fb6dba7a5f48..98448a62db36 100644 --- a/test/karma.conf.js +++ b/test/karma.conf.js @@ -91,9 +91,8 @@ module.exports = (config) => { client: { jasmine: { - // Always execute the tests in a random order to ensure that tests don't depend - // accidentally on other tests. - random: true + // TODO(jelbourn): re-enable random test order once we can de-flake existing issues. + random: false } } });