diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn index 0ba10d54a1..fbc41efdd4 100644 --- a/chrome/test/BUILD.gn +++ b/chrome/test/BUILD.gn @@ -3692,7 +3692,7 @@ test("unit_tests") { "//ui/wm", ] } - if (!is_chromeos && is_linux) { + if (!is_chromeos && !use_ozone && is_linux) { sources += [ "../browser/password_manager/native_backend_kwallet_x_unittest.cc", "../browser/shell_integration_linux_unittest.cc",