Skip to content

Commit

Permalink
Revert "Fix ES Failing tests"
Browse files Browse the repository at this point in the history
This reverts commit a6b83b2.

Signed-off-by: Wise-Wizard <saransh.shankar@gmail.com>
  • Loading branch information
Wise-Wizard committed Mar 28, 2024
1 parent ccde993 commit c785d8d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugin/storage/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,7 @@ func (s *StorageIntegration) testArchiveTrace(t *testing.T) {
actual, err = s.ArchiveSpanReader.GetTrace(context.Background(), tID)
return err == nil && len(actual.Spans) == 1
})
if !found {
t.Fatalf("Expected trace not found in the archive")
}

require.True(t, found)
CompareTraces(t, &model.Trace{Spans: []*model.Span{expected}}, actual)
}

Expand Down

0 comments on commit c785d8d

Please sign in to comment.