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

Commit 12b46ae6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add TEST_MAPPING for com/android/internal/app."

parents c8609b58 c1a1bfe5
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();