Skip to content

Commit

Permalink
tests: temp commit
Browse files Browse the repository at this point in the history
- enable digital test that should only be run on fw 0.32 and forwards

Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Nov 7, 2023
1 parent 3d434e9 commit 9d4467f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/m2k_digital_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_kernel_buffers(self):
msg='Set kernel buffers count on Digital In without raising an error '):
self.assertEqual(test_err, False, 'Error occured')

@unittest.skipIf(ctx.getFirmwareVersion() <= 'v0.31', 'This is a known bug in previous firmware implementations')
# @unittest.skipIf(ctx.getFirmwareVersion() <= 'v0.31', 'This is a known bug in previous firmware implementations')
def test_pattern_generator_pulse(self):
# Verifies that the pattern generator does not generate any additional edges.
# The measured pattern should be the same as the one set.
Expand Down

0 comments on commit 9d4467f

Please sign in to comment.