Skip to content

Commit

Permalink
Comment out unstable test (rilldata#5232)
Browse files Browse the repository at this point in the history
* Comment out unstable test

* Review
begelundmuller authored Jul 10, 2024
1 parent afe4176 commit 1218cc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/server/queries_metrics_comparison_toplist_test.go
Original file line number Diff line number Diff line change
@@ -168,6 +168,9 @@ func TestServer_MetricsViewComparison_inline_measures(t *testing.T) {
}

func TestServer_MetricsViewComparison_nulls(t *testing.T) {
// NOTE: Unstable due to sleep. Commenting until we support configuring settings at instance create time.
t.Skip()

t.Parallel()
server, instanceId := getMetricsTestServer(t, "ad_bids_2rows")

0 comments on commit 1218cc8

Please sign in to comment.