Skip to content

Commit 7391d73

Browse files
Minor: Quaranting test that intermittently fails in CI (#1441)
1 parent 36d2e35 commit 7391d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_athena.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ def test_athena(path, glue_database, glue_table, kms_key, workgroup0, workgroup1
280280
)
281281

282282

283+
@pytest.mark.xfail()
283284
def test_athena_query_cancelled(glue_database):
284285
query_execution_id = wr.athena.start_query_execution(
285286
sql="SELECT " + "rand(), " * 2000 + "rand()", database=glue_database

0 commit comments

Comments
 (0)