Skip to content

Commit

Permalink
bugfix: disable MinimalWindowManagerTest.can_move_window_with_touch o…
Browse files Browse the repository at this point in the history
…n riscv
  • Loading branch information
mattkae committed Sep 3, 2024
1 parent 8342108 commit 20499ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/window_management_tests/test_minimal_window_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ TEST_F(MinimalWindowManagerTest, can_move_window_with_pointer_even_when_maximize
EXPECT_EQ(info.state(), mir_window_state_restored);
}

#if !defined(__riscv)
TEST_F(MinimalWindowManagerTest, can_move_window_with_touch)
{
mir::log_info("can_move_window_with_touch: opening application");
Expand Down Expand Up @@ -408,6 +409,7 @@ TEST_F(MinimalWindowManagerTest, can_move_window_with_touch)
// Assert that the window is moved
EXPECT_EQ(window.top_left(), geom::Point(initial_window_position.x.as_int() + 50, initial_window_position.y.as_int() + 50));
}
#endif

TEST_F(MinimalWindowManagerTest, can_resize_south_east_with_pointer)
{
Expand Down

0 comments on commit 20499ff

Please sign in to comment.