Skip to content

Commit 9b26fe1

Browse files
Remove auto-detect integration test
1 parent 32b26b5 commit 9b26fe1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/wif/test_wif.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@
2424
PROVIDER = os.getenv("SNOWFLAKE_TEST_WIF_PROVIDER")
2525

2626

27-
@pytest.mark.wif
28-
def test_wif_provider_autodetection():
29-
connection_params = {
30-
"account": ACCOUNT,
31-
"authenticator": "WORKLOAD_IDENTITY",
32-
"host": HOST,
33-
}
34-
assert connect_and_execute_simple_query(
35-
connection_params
36-
), "Failed to connect with using WIF - automatic provider detection"
37-
38-
3927
@pytest.mark.wif
4028
def test_wif_defined_provider():
4129
connection_params = {

0 commit comments

Comments
 (0)