Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Sep 5, 2024
1 parent 0b85661 commit e466d53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions crates/agones/src/relay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ mod tests {
/// for this test, we should only run Agones integration test in a serial manner, since they
/// could easily collide with each other.
async fn agones_token_router() {
run_test(true, true, false, 0).await;
run_test(true, false, true, 1).await;
run_test(false, true, true, 2).await;
run_test(true, true, true, 0).await;
run_test(true, true, false, 1).await;
run_test(true, false, true, 2).await;
run_test(false, true, true, 3).await;
}

async fn run_test(proxy: bool, relay: bool, agent: bool, id: u8) {
Expand Down

0 comments on commit e466d53

Please sign in to comment.