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 1d230f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/go/enginetest/doltgres_engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1735,12 +1735,12 @@ func TestStatsHistograms(t *testing.T) {
denginetest.RunStatsHistogramTests(t, h)
}

// TestStatsIO force a provider reload in-between setup and assertions that
// TestStatsStorage force a provider reload in-between setup and assertions that
// forces a round trip of the statistics table before inspecting values.
func TestStatsIO(t *testing.T) {
func TestStatsStorage(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 1d230f9

Please sign in to comment.