Skip to content

Commit

Permalink
Skip the limit test
Browse files Browse the repository at this point in the history
  • Loading branch information
xzdandy committed Oct 18, 2023
1 parent d769186 commit 35f776c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/integration_tests/long/test_github_datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ def setUp(self):
def tearDown(self):
execute_query_fetch_all(self.evadb, "DROP DATABASE IF EXISTS github_data;")

@pytest.mark.skip(
reason="Need https://github.com/georgia-tech-db/evadb/pull/1280 for a cost-based rebatch optimization"
)
@pytest.mark.xfail(reason="Flaky testcase due to `bad request` error message")
def test_should_run_select_query_in_github(self):
# Create database.
Expand Down
1 change: 0 additions & 1 deletion test/third_party_tests/test_native_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def test_should_run_query_in_clickhouse(self):
self._execute_native_query()
self._execute_evadb_query()


def test_should_run_query_in_sqlite(self):
# Create database.
import os
Expand Down

0 comments on commit 35f776c

Please sign in to comment.