Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8c1a67

Browse files
authored
test: remove unneeded system test skip when using emulator (#80)
Co-authored-by: larkee <[email protected]>
1 parent a34dc91 commit b8c1a67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/system/test_system.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2330,7 +2330,6 @@ def test_execute_sql_returning_transfinite_floats(self):
23302330
# NaNs cannot be searched for by equality.
23312331
self.assertTrue(math.isnan(float_array[2]))
23322332

2333-
@unittest.skipIf(USE_EMULATOR, "Skipping partitioned queries")
23342333
def test_partition_query(self):
23352334
row_count = 40
23362335
sql = "SELECT * FROM {}".format(self.TABLE)

0 commit comments

Comments
 (0)