Skip to content

Commit 1a0340e

Browse files
committed
[DROPME] Exclude MsAD from AD tests to reduce time for experiments.
1 parent 088efb7 commit 1a0340e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/ad_integration/test_ad_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def _check_ssh_key(user, ssh_generation_enabled, remote_command_executor, schedu
510510
"directory_type,directory_protocol,directory_certificate_verification",
511511
[
512512
("SimpleAD", "ldap", False),
513-
("MicrosoftAD", "ldaps", True),
513+
# ("MicrosoftAD", "ldaps", True),
514514
],
515515
)
516516
@pytest.mark.usefixtures("os", "instance")

0 commit comments

Comments
 (0)