Skip to content

Commit 0a483d9

Browse files
committed
fix: CI should not rely on external resources
> Retrokits-RK002:arm@1.0.6 0 B / ? 0.00% > Retrokits-RK002:arm@1.0.6 Server responded with: 403 Forbidden > Error during install: Server responded with: 403 Forbidden > ESC[90m<<< Run completed (err = exit status 1)ESC[0m > core_test.go:832: > Error Trace: /home/runner/work/arduino-cli/arduino-cli/internal/integrationtest/core/core_test.go:832 > Error: Received unexpected error: > exit status 1 > Test: TestCoreListSortedResults > --- FAIL: TestCoreListSortedResults (3.76s)
1 parent 7b8b215 commit 0a483d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integrationtest/core/core_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ func TestCoreListSortedResults(t *testing.T) {
828828
require.NoError(t, err)
829829

830830
// install some core for testing
831-
_, _, err = cli.Run("core", "install", "test:x86@2.0.0", "Retrokits-RK002:arm", "Package:x86", "--additional-urls="+url.String())
831+
_, _, err = cli.Run("core", "install", "test:x86@2.0.0", "arduino:samd", "Package:x86", "--additional-urls="+url.String())
832832
require.NoError(t, err)
833833

834834
// list all with additional url specified

0 commit comments

Comments
 (0)