Skip to content

Commit

Permalink
test: remove unneeded system test skip when using emulator (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: larkee <larkee@users.noreply.github.com>
  • Loading branch information
larkee and larkee committed May 13, 2020
1 parent a34dc91 commit b8c1a67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/system/test_system.py
Expand Up @@ -2330,7 +2330,6 @@ def test_execute_sql_returning_transfinite_floats(self):
# NaNs cannot be searched for by equality.
self.assertTrue(math.isnan(float_array[2]))

@unittest.skipIf(USE_EMULATOR, "Skipping partitioned queries")
def test_partition_query(self):
row_count = 40
sql = "SELECT * FROM {}".format(self.TABLE)
Expand Down

0 comments on commit b8c1a67

Please sign in to comment.