Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions bottlecap/tests/metrics_integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ use std::sync::{Arc, Mutex};

mod common;

// ASTUYVE ignoring as new changes to libdatadog require a valid DD_SITE to be set
// which requires HTTPS, thus breaking this test
#[ignore]
#[tokio::test]
async fn test_enhanced_metrics() {
let dd_api_key = "my_test_key";
Expand Down
Loading