Skip to content

Commit

Permalink
Sy/fix flaky downloader test (#19220)
Browse files Browse the repository at this point in the history
* fix CI for failing downloader test

* add one more exclude

* tokumx and lint
  • Loading branch information
steveny91 authored Dec 8, 2024
1 parent dc72308 commit 78be68e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datadog_checks_downloader/tests/test_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"datadog-dd-cluster-agent", # excluding this since actual integration is called `datadog-cluster-agent`
"datadog-kubernetes", # excluding this since `kubernetes` check is Agent v5 only
"datadog-go-metro", # excluding this since `go-metro` check is Agent v5 only
"datadog-agent-metrics", # excluding this since `agent-metrics` check is Agent v5 only
"datadog-amazon-kafka", # excluding this since `amazon-kafka` wasn't an official release
"datadog-tokumx", # excluding this since `tokumx` was dropped in py3
]

# Specific integration versions released for the last time by a revoked developer but not shipped anymore.
Expand Down

0 comments on commit 78be68e

Please sign in to comment.