Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55efb06b authored by Julien Desprez's avatar Julien Desprez Committed by Charlie Boutier
Browse files

Mark a few bluetooth unit tests as isolated:false

Seems like it fails with isolated:true, might need some
fixes in test assumptions.

Test: presubmit
Bug: 178498003
Bug: 241962982
Bug: 242184809
Ignore-AOSP-First: Cherry-picked from AOSP
Merged-In: I4e1e526969cb6cb38a6c989ce4f517893e644816
Change-Id: I4e1e526969cb6cb38a6c989ce4f517893e644816
parent d3ecaeba
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -609,6 +609,8 @@ cc_test {
        "mts_defaults",
    ],
    host_supported: true,
    // TODO(b/231993739): Reenable isolated:true by deleting the explicit disable below
    isolated: false,
    include_dirs: [
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/bta/include",
@@ -698,6 +700,8 @@ cc_test {
        "mts_defaults",
    ],
    host_supported: true,
    // TODO(b/231993739): Reenable isolated:true by deleting the explicit disable below
    isolated: false,
    include_dirs: [
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/bta/include",
@@ -814,6 +818,8 @@ cc_test {
        "mts_defaults",
    ],
    host_supported: true,
    // TODO(b/231993739): Reenable isolated:true by deleting the explicit disable below
    isolated: false,
    include_dirs: [
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/bta/include",
+2 −3
Original line number Diff line number Diff line
@@ -322,9 +322,8 @@ cc_test {
        "mts_defaults",
    ],
    host_supported: true,
    test_options: {
        unit_test: true,
    },
    // TODO(b/231993739): Reenable isolated:true by deleting the explicit disable below
    isolated: false,
    target: {
        linux: {
            srcs: [
+2 −0
Original line number Diff line number Diff line
@@ -124,6 +124,8 @@ cc_test_host {
        "clang_file_coverage",
        "clang_coverage_bin",
    ],
    // TODO(b/231993739): Reenable isolated:true by deleting the explicit disable below
    isolated: false,
    srcs: [
        "test/async_manager_unittest.cc",
        "test/h4_parser_unittest.cc",