File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
internal/integrationtest/daemon Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ import (
27
27
)
28
28
29
29
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
32
33
33
34
env , cli := createEnvForDaemon (t )
34
35
defer env .CleanUp ()
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ import (
27
27
)
28
28
29
29
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
+
30
35
env , cli := createEnvForDaemon (t )
31
36
defer env .CleanUp ()
32
37
You can’t perform that action at this time.
0 commit comments