Commit c12e34a
Fix flaky test (#13200)
Motivation:
CipherSuiteConverterTest is flaky. since the test is not thread-safe.
Modification:
Make the test class executed in `@Isolated`.
Result:
Fix flaky test. No more fails on CipherSuiteConverterTest.1 parent 8caf89e commit c12e34a
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments