Skip to content

Commit e8df090

Browse files
authored
Sample of app config provider keeps failing. Disable the noise. (#35730)
* Sample of app config provider keeps failing. Disable the noise. * update * update * update
1 parent 796f321 commit e8df090

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/devops_tasks/test_run_samples.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979

8080
# Add your library + sample file if you do not want a particular sample to be run
8181
IGNORED_SAMPLES = {
82+
"azure-appconfiguration-provider": [
83+
"key_vault_reference_customized_clients_sample.py",
84+
"aad_sample.py",
85+
"key_vault_reference_sample.py"
86+
],
8287
"azure-ai-ml": [
8388
"ml_samples_authentication_sovereign_cloud.py"
8489
],

0 commit comments

Comments
 (0)