Skip to content

Commit b650e9d

Browse files
committed
REMOVEME: Deactivate daemon integration test for now
1 parent 7bb460d commit b650e9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: internal/integrationtest/arduino-cli_daemon_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ import (
2828
)
2929

3030
func TestArduinoCliDaemon(t *testing.T) {
31+
t.Skip("Deactivated for now")
32+
t.SkipNow()
33+
3134
env := NewEnvironment(t)
3235
defer env.CleanUp()
3336

0 commit comments

Comments
 (0)