Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Apr 11, 2023
1 parent 7a7409b commit 8b38d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/executor/transaction_runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func TestTransactionRunner(t *testing.T) {
})

t.Run("WithErrors", func(t *testing.T) {
t.Skip("Testing")
runTransactionRunnerTest(t, true, func(t *testing.T, actual model.TransactionRun) {
assert.Equal(t, model.TransactionRunStateFailed, actual.State)
require.Len(t, actual.Steps, 1)
Expand Down

0 comments on commit 8b38d1e

Please sign in to comment.