We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15aa2c8 commit 8032d5bCopy full SHA for 8032d5b
1 file changed
e2e/tests/regression/test_settings.robot
@@ -28,9 +28,6 @@ Verify TooManySnapshots Condition After Creating Snapshots
28
... in the message, then delete all snapshots and purge, and verify the
29
... condition becomes False with an empty message.
30
[Arguments] ${snapshot_max_count} ${warning_threshold} ${volume_snapshot_max_count} ${expected_warning_snapshot_count}
31
- IF '${DATA_ENGINE}' == 'v2'
32
- Skip v2 data engine doesn't support snapshot-max-count: https://github.com/longhorn/longhorn/issues/12921
33
- END
34
Given Setting snapshot-max-count is set to ${snapshot_max_count}
35
And Setting snapshot-count-warning-threshold is set to ${warning_threshold}
36
0 commit comments