Commit e35e5bd
committed
tests/gunit: disable execution with --gtest_shuffle
Some Google tests rely on being run in a specific order, with certain
tests depending on the successful completion of previous ones. Passing
the --gtest_shuffle option can break this sequence, potentially leading
to test failures or inconsistent results.
Until the test suite is updated to support randomized execution, skip
running tests when --gtest_shuffle is used.
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>1 parent 86a3718 commit e35e5bd
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
0 commit comments