Skip to content

Commit

Permalink
Fixing second round of ignored tests (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez authored May 14, 2024
1 parent 2257388 commit d44fb5a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 22 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ envconfig.workspace = true
fake = { workspace = true, optional = true }
futures-util.workspace = true
futures.workspace = true
handlebars.workspace = true
http-serde-ext.workspace = true
http.workspace = true
hyper = "0.14.27"
Expand Down
1 change: 0 additions & 1 deletion api/tests/api_tests/transaction_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use serde_json::{json, Value};
use std::time::Duration;

#[tokio::test(flavor = "multi_thread")]
#[ignore = "Prometheus GlobalRecorder conflicts with other tests. It passes when run individually."]
async fn test_event_core() {
let mut server = TestServer::new(None).await;

Expand Down
1 change: 0 additions & 1 deletion api/tests/api_tests/unified_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ async fn test_unified_api_get_one() {
}

#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
#[ignore = "Unimplemented"]
async fn test_unified_api_get_count() {
let mut server = TestServer::new(None).await;
let (connection, _) = server.create_connection(Environment::Live).await;
Expand Down
1 change: 0 additions & 1 deletion event-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ serde.workspace = true
serde_json.workspace = true
tokio-condvar = "0.1.0"
tokio.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true

[dev-dependencies]
Expand Down
2 changes: 0 additions & 2 deletions gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ axum-prometheus = "0.6.1"
axum.workspace = true
dotenvy.workspace = true
envconfig.workspace = true
futures.workspace = true
http-serde-ext.workspace = true
http.workspace = true
integrationos-domain.workspace = true
Expand All @@ -21,7 +20,6 @@ serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tower-http.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true

[dev-dependencies]
Expand Down
6 changes: 0 additions & 6 deletions watchdog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@ edition = "2021"

[dependencies]
anyhow.workspace = true
chrono.workspace = true
dotenvy.workspace = true
envconfig.workspace = true
futures.workspace = true
integrationos-domain.workspace = true
mongodb.workspace = true
redis.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true

0 comments on commit d44fb5a

Please sign in to comment.