We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd84a6 commit e36198fCopy full SHA for e36198f
internal/integrationtest/daemon/daemon_board_watch_test.go
@@ -27,8 +27,9 @@ import (
27
)
28
29
func TestArduinoCliDaemon(t *testing.T) {
30
- t.Skip("Deactivated for now")
31
- t.SkipNow()
+ // See: https://github.com/arduino/arduino-cli/pull/1804
+
32
+ t.SkipNow() // TO BE Removed once the bug is fixed
33
34
env, cli := createEnvForDaemon(t)
35
defer env.CleanUp()
internal/integrationtest/daemon/daemon_compile_test.go
@@ -27,6 +27,11 @@ import (
func TestDaemonCompileOptions(t *testing.T) {
+ // See: https://github.com/arduino/arduino-cli/issues/1614
+ // See: https://github.com/arduino/arduino-cli/pull/1820
36
37
0 commit comments