Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions server/integration_tests/explore_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ def test_e2e_superlatives(self):
],
test='unittest')

@unittest.skip("Temporary skip: Staging environment flakiness/timeouts for translated queries during V2 migration.")
def test_e2e_translate(self):
# Chinese queries for:
# - "which cities in the Santa Clara County have the highest larceny?"
Expand Down
1 change: 1 addition & 0 deletions server/integration_tests/nl_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ def test_demo_usa_map_types(self):
'how many people are unemployed in zip codes of washington?'
])

@unittest.skip("Temporary skip: Staging environment flakiness/timeouts for translated queries during V2 migration.")
def test_translate(self):
# Hindi query for "which cities in the Santa Clara County have the highest larceny?"
self.run_sequence(
Expand Down
Loading
Loading