Commit b4db276
authored
test: Add retries to increase reliability of test (#1319)
* Skip a flakey test
This test needs to be skipped as it is causing P1 issues to appear. We need a formal plan for reproducing this issue.
* Remove block of code for skipped test
This block of code is an after hook that will not work anymore now that the test is skipped because the test creates an instance and the after hook tries to delete it
* Add retry options
Add retry options to create table to ensure that there is enough time for the instance to get created in order to avoid flakey tests1 parent 63456cd commit b4db276
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
100 | 108 | | |
101 | 109 | | |
102 | 110 | | |
| |||
0 commit comments