Skip to content

Commit

Permalink
enginetest: Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Dec 27, 2024
1 parent 1fd529b commit 5a7e1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/go/enginetest/doltgres_engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ func TestStatsHistograms(t *testing.T) {
func TestStatsIO(t *testing.T) {
t.Skip()
h := newDoltgresServerHarness(t)
denginetest.RunStatsIOTests(t, h)
denginetest.RunStatsStorageTests(t, h)
}

func TestJoinStats(t *testing.T) {
Expand Down

0 comments on commit 5a7e1b1

Please sign in to comment.