Skip to content

Commit

Permalink
Merge pull request #12772 from ptabor/20210312-3.5-todos
Browse files Browse the repository at this point in the history
Fix/remove broken: TestMetricDbSizeDefragDebugging
  • Loading branch information
ptabor authored Mar 12, 2021
2 parents efce58d + b406647 commit 0c1e6d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ func TestMetricDbSizeDefrag(t *testing.T) {
testMetricDbSizeDefrag(t, "etcd")
}

func TestMetricDbSizeDefragDebugging(t *testing.T) {
testMetricDbSizeDefrag(t, "etcd_debugging")
}

// testMetricDbSizeDefrag checks that the db size metric is set after defrag.
func testMetricDbSizeDefrag(t *testing.T, name string) {
BeforeTest(t)
Expand Down

0 comments on commit 0c1e6d0

Please sign in to comment.