Skip to content

Commit abfa932

Browse files
author
Jay Mundrawala
authored
Disable random order for UI tests (#2032)
These tests have become very unstable. Lets try tackling the problems in a single ordering. Signed-off-by: Jay Mundrawala <[email protected]>
1 parent 1d0a46f commit abfa932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/automate-ui/protractor.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exports.config = {
2727
showColors: true,
2828
defaultTimeoutInterval: 30000,
2929
print: function() {},
30-
random: true
30+
random: false
3131
},
3232
onPrepare() {
3333
require('ts-node').register({

0 commit comments

Comments
 (0)