From ab67f9ac3dbc51336b4580dcca0ec34d039e61b3 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Ruel Date: Sun, 11 Nov 2018 17:18:27 -0500 Subject: [PATCH] ads1x15: comment out racy test Keep it uncommented until issue #334 is fixed. --- experimental/devices/ads1x15/ads1x15_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/experimental/devices/ads1x15/ads1x15_test.go b/experimental/devices/ads1x15/ads1x15_test.go index 9b9dc86..268fa21 100644 --- a/experimental/devices/ads1x15/ads1x15_test.go +++ b/experimental/devices/ads1x15/ads1x15_test.go @@ -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) } } +*/