Skip to content

Commit 21f3429

Browse files
committed
test(iam, adfs): temporary disable integration tests
1 parent 304aff1 commit 21f3429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/plugin/test_credentials_providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
conf.read(root_path + "/config.ini")
1515

1616

17-
NON_BROWSER_IDP: typing.List[str] = ["okta_idp", "azure_idp", "adfs_idp"]
17+
NON_BROWSER_IDP: typing.List[str] = ["okta_idp", "azure_idp"] # TODO: disabling "adfs_idp" tests due to CI issue
1818
ALL_IDP: typing.List[str] = ["okta_browser_idp", "azure_browser_idp"] + NON_BROWSER_IDP
1919

2020

0 commit comments

Comments
 (0)