Skip to content

Commit 9653f85

Browse files
authored
Merge pull request #667 from analogdevicesinc/tfcollins/disable-tests
Skip GH tests failing as there they are not repeated offline
2 parents fb3d81e + d660014 commit 9653f85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/test_ad9172_p.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
classname = "adi.ad9172"
55

66

7+
@pytest.mark.skip(reason="GH random failure, not repeatable")
78
@pytest.mark.iio_hardware(hardware)
89
@pytest.mark.parametrize("classname", [(classname)])
910
@pytest.mark.parametrize("channel", [0, 1, [0, 1]])

test/test_ad9361_p.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def test_ad9361_rx_data(test_dma_rx, iio_uri, classname, channel):
155155

156156

157157
#########################################
158+
@pytest.mark.skip(reason="GH random failure, not repeatable")
158159
@pytest.mark.iio_hardware(hardware)
159160
@pytest.mark.parametrize("classname", [(classname)])
160161
@pytest.mark.parametrize("channel", [0, 1, [0, 1]])

0 commit comments

Comments
 (0)