Skip to content

Commit

Permalink
NO-JIRA: disable etcdctl defrag flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbehery committed Jan 31, 2025
1 parent c956ac3 commit 8d47e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/etcdctl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestEtcdctlCommands(t *testing.T) {
{"etcdctl alarm list", false, "", ""},
{"etcdctl check perf", true, "OpenShift disabled command", ""},
{"etcdctl compaction 0", false, "", "Error: etcdserver: mvcc: required revision has been compacted"},
{"etcdctl defrag", false, "", ""},
{"etcdctl defrag", true, "", ""},
{"etcdctl elect myelection", false, "", "no proposal argument but -l not set"},
// endpoint
{"etcdctl endpoint hashkv", false, "", ""},
Expand Down

0 comments on commit 8d47e9c

Please sign in to comment.