Skip to content

Commit

Permalink
fix(plc4go): disable blocking test again
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Nov 30, 2021
1 parent 20fd472 commit d10d4f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
)

func Test(t *testing.T) {
//t.Skip() // Manual test don't check in un-skipped
t.Skip() // Manual test don't check in un-skipped

config.TraceTransactionManagerWorkers = false
config.TraceTransactionManagerTransactions = false
Expand Down

0 comments on commit d10d4f8

Please sign in to comment.