diff --git a/integration/e2e/e2e_test.go b/integration/e2e/e2e_test.go index bdab0562650..821306d9b0b 100644 --- a/integration/e2e/e2e_test.go +++ b/integration/e2e/e2e_test.go @@ -47,14 +47,14 @@ func TestAllInOne(t *testing.T) { name: "s3", configFile: configAllInOneS3, }, - /*{ + { name: "azure", configFile: configAllInOneAzurite, }, { name: "gcs", configFile: configAllInOneGCS, - },*/ + }, } for _, tc := range testBackends { diff --git a/integration/util.go b/integration/util.go index 09c90f9fada..0669774b4a1 100644 --- a/integration/util.go +++ b/integration/util.go @@ -399,7 +399,6 @@ func SearchAndAsserTagsBackend(t *testing.T, client *httpclient.Client, start, e resp, err = client.SearchTagsWithRange(start, end) require.NoError(t, err) require.True(t, len(resp.TagNames) > 0) - } func traceIDInResults(t *testing.T, hexID string, resp *tempopb.SearchResponse) bool {