Commit 7bc7f23
committed
UPSTREAM: <carry>: Remove duplicate VolumeGroupSnapshottableTestSuite from CSISuites
The VolumeGroupSnapshot e2e test was running twice in CI, causing the second
execution to fail with timeouts and crashes. The test suite initializer
InitVolumeGroupSnapshottableTestSuite was incorrectly added to both BaseSuites
and CSISuites. Since CSISuites is created by appending to BaseSuites, this
caused the same test to be registered and executed twice. The second run would
fail because it attempted to create volume group snapshot resources that were
still cleaning up from the first successful run.
This removes the duplicate entry from CSISuites, ensuring the test only runs once.1 parent 96593f3 commit 7bc7f23
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
0 commit comments