Skip to content

Commit 2fbcba0

Browse files
committed
Remove boards attach integration test
1 parent 115a46f commit 2fbcba0

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

internal/integrationtest/board/board_test.go

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -433,25 +433,6 @@ func TestBoardSearch(t *testing.T) {
433433
]`)
434434
}
435435

436-
func TestBoardAttachWithoutSketchJson(t *testing.T) {
437-
env, cli := integrationtest.CreateArduinoCLIWithEnvironment(t)
438-
defer env.CleanUp()
439-
440-
_, _, err := cli.Run("update")
441-
require.NoError(t, err)
442-
443-
sketchName := "BoardAttachWithoutSketchJson"
444-
sketchPath := cli.SketchbookDir().Join(sketchName)
445-
fqbn := "arduino:avr:uno"
446-
447-
// Create a test sketch
448-
_, _, err = cli.Run("sketch", "new", sketchPath.String())
449-
require.NoError(t, err)
450-
451-
_, _, err = cli.Run("board", "attach", "-b", fqbn, sketchPath.String())
452-
require.NoError(t, err)
453-
}
454-
455436
func TestBoardSearchWithOutdatedCore(t *testing.T) {
456437
env, cli := integrationtest.CreateArduinoCLIWithEnvironment(t)
457438
defer env.CleanUp()

0 commit comments

Comments
 (0)