Mir

Comment 2 for bug 1252144

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: A test failing on builders with mir 0.1.1

I can't reproduce the failure either :( Obviously the tests work for all of us or else it would not have been released like that.

You could just disable the failing test for now, by changing:
TEST_F(PublishedSocketConnector, drm_auth_magic_is_processed_by_the_server)
to
TEST_F(PublishedSocketConnector, DISABLED_drm_auth_magic_is_processed_by_the_server)
[tests/unit-tests/frontend/test_published_socket_connector.cpp]

It's likely just a problem in the test with headless environments, or something like that.