From 3d04f128a588b98f4ff37d1d11ee62beb0666111 Mon Sep 17 00:00:00 2001 From: Andrey Babanin Date: Fri, 17 Jul 2026 17:12:44 +0200 Subject: [PATCH] score/os: Enable PCI test --- score/os/test/qnx/BUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/score/os/test/qnx/BUILD b/score/os/test/qnx/BUILD index af70c25f49..053c87b779 100644 --- a/score/os/test/qnx/BUILD +++ b/score/os/test/qnx/BUILD @@ -307,17 +307,12 @@ cc_test( srcs = [ "pci_test.cpp", ], - tags = [ - "manual", - "unit", - ], - #TODO: Ticket-216047: Fix disabled tests which failed on qnx8 - target_compatible_with = [ - "@platforms//os:qnx", - "@score_bazel_platforms//:qnx7_1", - ], + tags = ["unit"], + target_compatible_with = ["@platforms//os:qnx"], deps = [ "@googletest//:gtest_main", + "@score_baselibs//score/mw/log:backend_stub_testutil", + "@score_baselibs//score/mw/log:frontend", "@score_baselibs//score/os/qnx:neutrino", "@score_baselibs//score/os/qnx:pci", ],