This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new fafb4ff487 chore: Disabled quite often randomly failing tests in go.
fafb4ff487 is described below

commit fafb4ff48748d02fb626b699f81ff9fa52ab7c21
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Mon May 6 14:07:25 2024 +0200

    chore: Disabled quite often randomly failing tests in go.
---
 plc4go/spi/default/DefaultCodec_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4go/spi/default/DefaultCodec_test.go 
b/plc4go/spi/default/DefaultCodec_test.go
index 46f3528bec..4015ef8247 100644
--- a/plc4go/spi/default/DefaultCodec_test.go
+++ b/plc4go/spi/default/DefaultCodec_test.go
@@ -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 {

Reply via email to