Triage android.Jobscheduler tests
Add TimingConstraintsTest to the official suite,
and keep ConnectivityConstraintTest in knownfailures.txt
Bug: 18117279
Bug: 16407786
Change-Id: Iac329ac7fabe258cb39480f56f16d8ed7f144893
diff --git a/tests/expectations/knownfailures.txt b/tests/expectations/knownfailures.txt
index ff3f921..c47d53b 100644
--- a/tests/expectations/knownfailures.txt
+++ b/tests/expectations/knownfailures.txt
@@ -1,5 +1,12 @@
[
{
+ description: "the ConnectivityConstraintTest are not yet stable",
+ names: [
+ "android.jobscheduler.cts.ConnectivityConstraintTest"
+ ],
+ bug: 18117279
+},
+{
description: "tests a fragile by nature as they rely on hardcoded behavior",
names: [
"android.accessibilityservice.cts.AccessibilityTextTraversalTest#testActionNextAndPreviousAtGranularityPageOverText",
diff --git a/tools/utils/buildCts.py b/tools/utils/buildCts.py
index 9d0a5ff..bd2f182e 100755
--- a/tools/utils/buildCts.py
+++ b/tools/utils/buildCts.py
@@ -357,6 +357,7 @@
def BuildCtsVettedNewPackagesList():
""" Construct a defaultdict that maps package names that is vetted for L. """
return {
+ 'android.JobScheduler' : [],
'android.core.tests.libcore.package.harmony_annotation' : [],
'android.core.tests.libcore.package.harmony_beans' : [],
'android.core.tests.libcore.package.harmony_java_io' : [],