Skip to content

Commit e36198f

Browse files
committed
Skip failing tests
1 parent 6dd84a6 commit e36198f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

internal/integrationtest/daemon/daemon_board_watch_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ import (
2727
)
2828

2929
func TestArduinoCliDaemon(t *testing.T) {
30-
t.Skip("Deactivated for now")
31-
t.SkipNow()
30+
// See: https://github.com/arduino/arduino-cli/pull/1804
31+
32+
t.SkipNow() // TO BE Removed once the bug is fixed
3233

3334
env, cli := createEnvForDaemon(t)
3435
defer env.CleanUp()

internal/integrationtest/daemon/daemon_compile_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ import (
2727
)
2828

2929
func TestDaemonCompileOptions(t *testing.T) {
30+
// See: https://github.com/arduino/arduino-cli/issues/1614
31+
// See: https://github.com/arduino/arduino-cli/pull/1820
32+
33+
t.SkipNow() // TO BE Removed once the bug is fixed
34+
3035
env, cli := createEnvForDaemon(t)
3136
defer env.CleanUp()
3237

0 commit comments

Comments
 (0)