Skip to content

Commit

Permalink
Extracted Test
Browse files Browse the repository at this point in the history
Signed-off-by: Wise-Wizard <saransh.shankar@gmail.com>
  • Loading branch information
Wise-Wizard committed Mar 21, 2024
1 parent 1785da6 commit f012790
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions plugin/storage/integration/elasticsearch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,7 @@ func testElasticsearchStorage(t *testing.T, allTagsAsFields, archive bool) {

s.Fixtures = LoadAndParseQueryTestCases(t, "fixtures/queries_es.json")

if archive {
t.Run("ArchiveTrace", s.testArchiveTrace)
} else {
s.IntegrationTestAll(t)
}
s.IntegrationTestAll(t)
}

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

0 comments on commit f012790

Please sign in to comment.