Skip to content

Commit

Permalink
fix merge conflict for sb ignore samples
Browse files Browse the repository at this point in the history
  • Loading branch information
swathipil committed Feb 12, 2021
1 parent aec8796 commit c71e0a9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions scripts/devops_tasks/test_run_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,25 @@
"azure-eventhub-checkpointstoreblob-aio": [
"receive_events_using_checkpoint_store_async.py",
"receive_events_using_checkpoint_store_storage_api_version_async.py"
],
"azure-servicebus": [
"failure_and_recovery.py",
"mgmt_queue.py",
"mgmt_rule.py",
"mgmt_subscription.py",
"mgmt_topic.py",
"proxy.py",
"receive_deferred_message_queue.py",
"receive_iterator_queue.py",
"session_pool_receive.py",
"mgmt_queue_async.py",
"mgmt_rule_async.py",
"mgmt_subscription_async.py",
"mgmt_topic_async.py",
"proxy_async.py",
"receive_deferred_message_queue_async.py",
"receive_iterator_queue_async.py",
"session_pool_receive_async.py"
]
}

Expand Down

0 comments on commit c71e0a9

Please sign in to comment.