ads1x15: comment out racy test

Keep it uncommented until issue #334 is fixed.
pull/1/head
Marc-Antoine Ruel 8 years ago
parent 641330bde8
commit ab67f9ac3d

@ -120,6 +120,7 @@ func TestPinADC_Read(t *testing.T) {
}
}
/* https://github.com/google/periph/issues/334
func TestPinADC_ReadContinous(t *testing.T) {
b := i2ctest.Playback{
Ops: []i2ctest.IO{
@ -197,3 +198,4 @@ func TestPinADC_ReadContinous(t *testing.T) {
t.Fatal(err)
}
}
*/

Loading…
Cancel
Save