Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34dc91 commit b8c1a67Copy full SHA for b8c1a67
tests/system/test_system.py
@@ -2330,7 +2330,6 @@ def test_execute_sql_returning_transfinite_floats(self):
2330
# NaNs cannot be searched for by equality.
2331
self.assertTrue(math.isnan(float_array[2]))
2332
2333
- @unittest.skipIf(USE_EMULATOR, "Skipping partitioned queries")
2334
def test_partition_query(self):
2335
row_count = 40
2336
sql = "SELECT * FROM {}".format(self.TABLE)
0 commit comments