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

Commit e233730a 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
Ignore-AOSP-First: Cherry-picked from AOSP
Merged-In: I4e1e526969cb6cb38a6c989ce4f517893e644816
Change-Id: I4e1e526969cb6cb38a6c989ce4f517893e644816
parent 604fc4a4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -610,6 +610,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",
@@ -700,6 +702,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",
@@ -817,6 +821,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
@@ -325,9 +325,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",