Skip to content

Commit

Permalink
digispark: remove test that is expected to ofail, but passes when dig…
Browse files Browse the repository at this point in the history
…ispark board is actually connected

Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed Aug 24, 2018
1 parent 99f9156 commit be798fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions platforms/digispark/digispark_adaptor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,7 @@ func TestDigisparkAdaptorName(t *testing.T) {
}

func TestAdaptorConnect(t *testing.T) {
a := NewAdaptor()
gobottest.Assert(t, a.Connect(), ErrConnection)

a = initTestAdaptor()
a := initTestAdaptor()
gobottest.Assert(t, a.Connect(), nil)
}

Expand Down

0 comments on commit be798fd

Please sign in to comment.