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

Commit c1a1bfe5 authored by Alison Cichowlas's avatar Alison Cichowlas
Browse files

Add TEST_MAPPING for com/android/internal/app.

Exclude/ignore current failures.

Test: atest:all in test_mapping directory
Change-Id: Iaeb67c9f157fa9a2e0a0bd9ef374a0cf7585d57d
parent 67c8338d
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
{
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
        "include-filter": "com.android.internal.app."
        },

        // Many tests failing - do not enable for continuous execution 
        {
        "exclude-filter": "com.android.internal.app.IntentForwarderActivityTest"
        },
        {
        "exclude-filter": "com.android.internal.app.WindowDecorActionBarTest"
        }
      ]
    }
  ]
}
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ import com.android.internal.app.ResolverListAdapter.ResolveInfoPresentationGette
import com.android.internal.widget.ResolverDrawerLayout;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -103,6 +104,7 @@ public class ResolverActivityTest {
        assertThat(chosen[0], is(toChoose));
    }

    @Ignore // Failing - b/144929805
    @Test
    public void setMaxHeight() throws Exception {
        Intent sendIntent = createSendImageIntent();
@@ -146,6 +148,7 @@ public class ResolverActivityTest {
            resolverList.getHeight() == initialResolverHeight);
    }

    @Ignore // Failing - b/144929805
    @Test
    public void setShowAtTopToTrue() throws Exception {
        Intent sendIntent = createSendImageIntent();