You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/06/16 19:45:02 UTC

[plc4x] 04/05: test(plc4go/cbus): fix for nasty test which only runs on trace now...

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

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

commit 725471b2acb692d5886f84b249673283d18a12be
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Fri Jun 16 21:35:03 2023 +0200

    test(plc4go/cbus): fix for nasty test which only runs on trace now...
    
    + should be fixed asap
---
 plc4go/internal/cbus/Discoverer_test.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plc4go/internal/cbus/Discoverer_test.go b/plc4go/internal/cbus/Discoverer_test.go
index 5768787c5c..b96f45ec6f 100644
--- a/plc4go/internal/cbus/Discoverer_test.go
+++ b/plc4go/internal/cbus/Discoverer_test.go
@@ -155,6 +155,7 @@ func TestDiscoverer_Discover(t *testing.T) {
 }
 
 func TestDiscoverer_createDeviceScanDispatcher(t *testing.T) {
+	config.TraceDefaultMessageCodecWorker = true
 	type fields struct {
 		transportInstanceCreationQueue pool.Executor
 		deviceScanningQueue            pool.Executor