Browse Source

update the skip notice w/ real reason...

main
John-Mark Gurney 7 years ago
parent
commit
96225378a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      yadenon.py

+ 1
- 1
yadenon.py View File

@@ -267,7 +267,7 @@ class TestDenon(unittest.TestCase):
TEST_DEV = '/dev/tty.usbserial-FTC8DHBJ'

# comment out to make it easy to restore skip
#@unittest.TestCase.skipTest('perf')
#@unittest.TestCase.skipTest('real device')
def test_comms(self):
self.skipTest('perf')



Loading…
Cancel
Save