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/tools/utils/buildCts.py b/tools/utils/buildCts.py
index 0a3bd77..e453805 100755
--- a/tools/utils/buildCts.py
+++ b/tools/utils/buildCts.py
@@ -345,6 +345,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' : [],