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

Commit c6d795e5 authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi
Browse files

floss: Ignore bt_keystore test in paramter_provider

The test is flaky on Linux so ignore it until it's fixed.

Bug: 237410122
Tag: #floss
Test: ./build.py --target test
Change-Id: Ie318c572e2d786023567e14f6486007c515993e7
parent b8343bd3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -243,6 +243,7 @@ mod tests {
        assert_eq!(now, "/data/misc/bluetooth/logs/btsnooz_hci.log");
    }

    #[ignore]
    #[tokio::test]
    async fn test_bt_keystore_interface() {
        let prefix: String = (*(*MISC).lock().unwrap()).clone();