Skip to content

Commit

Permalink
test: add ignore to integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Jan 30, 2024
1 parent 5adbfd7 commit 25e13c2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// Integration test example
//

// TODO - move this integration test into other place,
// so it will not execute during common Rust test procedure.
#[tokio::test]
#[ignore]
async fn health_live() {
let cat_gateway_address = "http://127.0.0.1:3030";
let client = reqwest::Client::new();
Expand Down

0 comments on commit 25e13c2

Please sign in to comment.