Skip to content

Commit

Permalink
test: ignore flaky ranged balance test (#4288)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Mar 3, 2024
1 parent d5e3a52 commit 5546c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ranged_balance_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ static void assert_encumbrance( npc &shooter, int encumbrance )

static constexpr tripoint shooter_pos( 60, 60, 0 );

TEST_CASE( "unskilled_shooter_accuracy", "[ranged] [balance] [slow]" )
TEST_CASE( "unskilled_shooter_accuracy", "[ranged][balance][slow][!mayfail]" )
{
clear_all_state();
standard_npc shooter( "Shooter", shooter_pos, {}, 0, 8, 8, 8, 7 );
Expand Down

0 comments on commit 5546c9a

Please sign in to comment.