tests: Skip some new tests when testing native emitter.
This commit is contained in:
@@ -14,6 +14,3 @@ print(array('i', bytearray(4)))
|
||||
# convert from other arrays
|
||||
print(array('H', array('b', [1, 2])))
|
||||
print(array('b', array('I', [1, 2])))
|
||||
|
||||
# construct from something with unknown length
|
||||
print(array('i', (i for i in range(10))))
|
||||
|
||||
Reference in New Issue
Block a user