Mir

Code review comment for lp:~brandontschaefer/mir/mir-event-capnproto

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Obviously disabling tests that fail is not a solution:

3751 -TEST_F(TestClientInput, receives_one_touch_event_per_frame)
3752 +// Enable once lp:1570698 is fixed
3753 +TEST_F(TestClientInput, DISABLED_receives_one_touch_event_per_frame)

I will soon work to make that test a bit more sane which may or may not help you here. Either way, needs fixing to un-disable that important test.

review: Needs Fixing

« Back to merge proposal