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

Commit 6a04cbc6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move StorageManageTest to Presubmit" into main

parents 8a00a2d6 f952784b
Loading
Loading
Loading
Loading
+9 −9
Original line number Original line Diff line number Diff line
@@ -107,6 +107,15 @@
                "Background.*\\.java",
                "Background.*\\.java",
                "Activity.*\\.java"
                "Activity.*\\.java"
            ]
            ]
        },
        {
            "name": "CtsOsTestCases",
            "file_patterns": ["StorageManagerService\\.java"],
            "options": [
                {
                    "include-filter": "android.os.storage.cts.StorageManagerTest"
                }
            ]
        }
        }
    ],
    ],
    "presubmit-large": [
    "presubmit-large": [
@@ -164,15 +173,6 @@
                    "include-filter": "com.android.server.wm.BackgroundActivityStart*"
                    "include-filter": "com.android.server.wm.BackgroundActivityStart*"
                }
                }
            ]
            ]
        },
        {
            "name": "CtsOsTestCases",
            "file_patterns": ["StorageManagerService\\.java"],
            "options": [
                {
                    "include-filter": "android.os.storage.cts.StorageManagerTest"
                }
            ]
        }
        }
   ]
   ]
}
}