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

Commit 015c5af3 authored by Oli Lan's avatar Oli Lan Committed by Android (Google) Code Review
Browse files

Merge "Add FrameworksInProcessTests to presubmit." into sc-dev

parents 7bbf564d 42da924e
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -51,6 +51,17 @@
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    },
    {
      "name": "FrameworksInProcessTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ],
  "postsubmit-managedprofile-stress": [
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@
    </target_preparer>

    <!-- Restart to clear test code from system server -->
    <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
        <option name="teardown-command" value="am restart" />
    <target_preparer class="com.android.tradefed.targetprep.DeviceCleaner">
        <option name="cleanup-action" value="REBOOT" />
    </target_preparer>

    <test class="com.android.tradefed.testtype.AndroidJUnitTest">