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

Commit bdf57183 authored by oli's avatar oli Committed by Oli Thompson
Browse files

Un-exclude IntentForwarderActivityTest

Excluded test is passing now and can be added back.

Bug: 402191758
Test: atest com.android.internal.app.IntentForwarderActivityTest
Flag: EXEMPT bugfix
Change-Id: Iae5ba06e67c3e962ae46f6e3ae8e0c59629b81da
parent d1f618bd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -510,7 +510,6 @@ test_module_config {
    ],
    include_filters: ["com.android.internal.app."],
    exclude_filters: [
        "com.android.internal.app.IntentForwarderActivityTest",
        "com.android.internal.app.WindowDecorActionBarTest",
    ],
}