Skip to content

Commit

Permalink
Ignore broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile committed Dec 2, 2023
1 parent 580ca7e commit d4c4007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/gamepad_axis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ fn raw_gamepad_axis_events() {
}

#[test]
#[ignore = "Broken upstream; tracked in https://github.com/Leafwing-Studios/leafwing-input-manager/issues/419"]
fn game_pad_single_axis_mocking() {
let mut app = test_app();
let mut events = app.world.resource_mut::<Events<GamepadEvent>>();
Expand All @@ -89,6 +90,7 @@ fn game_pad_single_axis_mocking() {
}

#[test]
#[ignore = "Broken upstream; tracked in https://github.com/Leafwing-Studios/leafwing-input-manager/issues/419"]
fn game_pad_dual_axis_mocking() {
let mut app = test_app();
let mut events = app.world.resource_mut::<Events<GamepadEvent>>();
Expand Down

0 comments on commit d4c4007

Please sign in to comment.