From 364983ba5533be97f4b848c71e008980df55b349 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 24 Mar 2023 12:12:39 +0100 Subject: [PATCH] Reactivated disabled integration test Since https://github.com/arduino/arduino-cli/pull/1804 has been fixed. --- internal/integrationtest/daemon/daemon_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/integrationtest/daemon/daemon_test.go b/internal/integrationtest/daemon/daemon_test.go index 779eeb44ab2..e49636bd69a 100644 --- a/internal/integrationtest/daemon/daemon_test.go +++ b/internal/integrationtest/daemon/daemon_test.go @@ -31,8 +31,6 @@ import ( func TestArduinoCliDaemon(t *testing.T) { // See: https://github.com/arduino/arduino-cli/pull/1804 - t.SkipNow() // TO BE Removed once the bug is fixed - env, cli := createEnvForDaemon(t) defer env.CleanUp()