Skip to content

Commit

Permalink
remove phantom smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek committed Nov 7, 2019
1 parent e1047b4 commit cffaa42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/smoketest/smoke_test_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# ------------------------------------
import asyncio
from key_vault_secrets_async import KeyVaultSecrets
from key_vault_keys_async import KeyVaultKeys
from key_vault_certificates_async import KeyVaultCertificates
from event_hubs_async import EventHub

print("")
Expand All @@ -16,8 +14,6 @@

async def main():
await KeyVaultSecrets().run()
await KeyVaultKeys().run()
await KeyVaultCertificates().run()
await EventHub().run()


Expand Down

0 comments on commit cffaa42

Please sign in to comment.