Skip to content

Commit

Permalink
chore: Disabled quite often randomly failing tests in go.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed May 6, 2024
1 parent 14b8164 commit fafb4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plc4go/spi/default/DefaultCodec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ func Test_defaultCodec_TimeoutExpectations(t *testing.T) {
}

func Test_defaultCodec_Work(t *testing.T) {
if os.Getenv("ENABLE_RANDOMLY_FAILING_TESTS") != "" {
if os.Getenv("ENABLE_RANDOMLY_FAILING_TESTS") == "" {
t.Skip("Skipping randomly failing tests")
}
type fields struct {
Expand Down

0 comments on commit fafb4ff

Please sign in to comment.