Skip to content

Commit

Permalink
fix ignore chkpt samples
Browse files Browse the repository at this point in the history
  • Loading branch information
swathipil committed Feb 11, 2021
1 parent 0f525a8 commit aec8796
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/devops_tasks/test_run_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@
"recv_with_checkpoint_by_time_interval_async.py",
"recv_with_checkpoint_store_async.py",
"recv_with_custom_starting_position_async.py",
"sample_code_eventhub_async.py",
"sample_code_eventhub_async.py"
],
"azure-eventhub-checkpointstoreblob": [
"receive_events_using_checkpoint_store.py",
"receive_events_using_checkpoint_store_storage_api_version.py",
"receive_events_using_checkpoint_store_storage_api_version.py"
],
"azure-eventhub-checkpointstoreblob-aio": [
"receive_events_using_checkpoint_store_async.py",
"receive_events_using_checkpoint_store_storage_api_version_async.py"
]
Expand Down

0 comments on commit aec8796

Please sign in to comment.