Skip to content

Commit e44a004

Browse files
committed
Randomly sample datatypes to test.
1 parent 699add3 commit e44a004

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/tests_integration/test_datatypes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
import random
23

34
import pytest
45
import test_utils
@@ -61,8 +62,6 @@ def test_transfer_datatypes(
6162
"""
6263
subs, sessions = test_utils.get_default_sub_sessions_to_test()
6364

64-
# Unfortunately on Windows we are encountering 'The command line is too long'
65-
# and so cannot test against all datatypes here.
6665
narrow_datatypes = canonical_configs.quick_get_narrow_datatypes()
6766

6867
datatypes_used = self.get_narrow_only_datatypes_used(used=False)

0 commit comments

Comments
 (0)