Skip to content

Commit

Permalink
revert: add transaction e2e cases again
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Feb 10, 2022
1 parent 977e2c4 commit d6ab897
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/e2e/full_suit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ func Test(t *testing.T) {
},
} {
t.Run(fmt.Sprintf("client=%T", cl), runCases(cl, addNamespace))

if tc, ok := cl.(transactClient); ok {
t.Run(fmt.Sprintf("transactClient=%T", cl), runTransactionCases(tc, addNamespace))
}
}

t.Run("case=metrics are served", func(t *testing.T) {
Expand Down

0 comments on commit d6ab897

Please sign in to comment.