Skip to content

Commit

Permalink
e2e test fix
Browse files Browse the repository at this point in the history
Signed-off-by: Manik2708 <[email protected]>
  • Loading branch information
Manik2708 committed Dec 18, 2024
1 parent c2193e8 commit 8a4cff6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions cmd/jaeger/internal/integration/badger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ func TestBadgerStorage(t *testing.T) {
StorageIntegration: integration.StorageIntegration{
SkipArchiveTest: true,
CleanUp: purge,

// TODO: remove this once badger supports returning spanKind from GetOperations
// Cf https://github.com/jaegertracing/jaeger/issues/1922
GetOperationsMissingSpanKind: true,
},
}
s.e2eInitialize(t, "badger")
Expand Down
3 changes: 0 additions & 3 deletions plugin/storage/integration/badgerstore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ func TestBadgerStorage(t *testing.T) {
s := &BadgerIntegrationStorage{
StorageIntegration: StorageIntegration{
SkipArchiveTest: true,

// TODO: remove this badger supports returning spanKind from GetOperations
GetOperationsMissingSpanKind: true,
},
}
s.CleanUp = s.cleanUp
Expand Down

0 comments on commit 8a4cff6

Please sign in to comment.