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

Commit 7029bd2d authored by Dipankar Bhardwaj's avatar Dipankar Bhardwaj
Browse files

Add StorageManagerTest to TEST_MAPPING

Change-Id: I9198f0138f8cfc4ae0f9eedec09b473c8cedf8ca
Test:n/a
Bug:364201004
Flag: EXEMPT test change
parent a0a823aa
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -201,6 +201,15 @@
                    "include-filter": "com.android.server.wm.BackgroundActivityStart*"
                }
            ]
        },
        {
            "name": "CtsOsTestCases",
            "file_patterns": ["StorageManagerService\\.java"],
            "options": [
                {
                    "include-filter": "android.os.storage.cts.StorageManagerTest"
                }
            ]
        }
   ]
}