see PR: #15694
major steps (copying from formrecognizer):
for eventhub:
- most samples are running forever because of the push mode
- either tweak them not to run forever
- or exclude the sample via setting
IGNORED_SAMPLES inside scripts/devops_tasks/test_run_samples.py
IGNORED_SAMPLES = {
"azure-eventhub": [
"<sample not to be run>.py",
(add comment on why we need to ignore some of the samples)
see PR: #15694
major steps (copying from formrecognizer):
https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/formrecognizer/tests.yml#L9
for eventhub:
IGNORED_SAMPLESinsidescripts/devops_tasks/test_run_samples.py(add comment on why we need to ignore some of the samples)