Skip to content

Commit 1e41b04

Browse files
authored
chore: disable random test order (#5770)
1 parent 219a8ae commit 1e41b04

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/karma.conf.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@ module.exports = (config) => {
9191

9292
client: {
9393
jasmine: {
94-
// Always execute the tests in a random order to ensure that tests don't depend
95-
// accidentally on other tests.
96-
random: true
94+
// TODO(jelbourn): re-enable random test order once we can de-flake existing issues.
95+
random: false
9796
}
9897
}
9998
});

0 commit comments

Comments
 (0)