exclude tests that dont work

This commit is contained in:
lizzie
2026-04-01 00:49:01 +00:00
parent 936c772984
commit 0b9fc33d4d
4 changed files with 81 additions and 1 deletions
@@ -15,7 +15,8 @@
#include "input_common/drivers/udp_client.h"
#include "input_common/helpers/udp_protocol.h"
// PS4 doesn't support cemuhook
#ifndef __OPENORBIS__
class FakeCemuhookServer {
public:
FakeCemuhookServer()
@@ -132,3 +133,4 @@ TEST_CASE("CalibrationConfigurationJob completed", "[input_common]") {
REQUIRE(max_x == 200);
REQUIRE(max_y == 200);
}
#endif