test: Investigate flaky tests by turning off tests randomizer (#9181)

This commit is contained in:
Diamond Lewis
2024-07-07 18:20:28 -05:00
committed by GitHub
parent 2ecc5a5bf5
commit e7199e8d07
4 changed files with 25 additions and 16 deletions

View File

@@ -2,5 +2,5 @@
"spec_dir": "spec",
"spec_files": ["*spec.js"],
"helpers": ["helper.js"],
"random": true
"random": false
}