Skip to content

Commit 0ea180b

Browse files
committed
Remove not needed test skipping
1 parent d9026ed commit 0ea180b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/test_dbapi_integration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,8 +1056,7 @@ def test_set_role(run_trino):
10561056
assert_role_headers(cur, "system=ALL")
10571057

10581058

1059-
@pytest.mark.skipif(trino_version() == '351', reason="Newer Trino versions return the system role")
1060-
def test_set_role_in_connection_trino_higher_351(run_trino):
1059+
def test_set_role_in_connection(run_trino):
10611060
_, host, port = run_trino
10621061

10631062
trino_connection = trino.dbapi.Connection(

0 commit comments

Comments
 (0)