Skip to content

Commit

Permalink
fix: disable unreliable test
Browse files Browse the repository at this point in the history
Issue #618
  • Loading branch information
Ulf Lilleengen committed Oct 3, 2023
1 parent 4a22070 commit 158bea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/tests/spog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ async fn spog_search_correlation(context: &mut SpogContext) {

/// SPoG is the entrypoint for the frontend. It exposes an dependencies API, but forwards requests
/// to Guac. This test is here to test this.
#[ignore = "Unstable test, issue #618"]
#[test_context(SpogContext)]
#[tokio::test]
#[ntest::timeout(30_000)]
Expand Down

0 comments on commit 158bea6

Please sign in to comment.