summaryrefslogtreecommitdiff
path: root/fs_mgr/tests/vts_fs_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fs_mgr/tests/vts_fs_test.cpp')
-rw-r--r--fs_mgr/tests/vts_fs_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs_mgr/tests/vts_fs_test.cpp b/fs_mgr/tests/vts_fs_test.cpp
index aac2cfd9b..ae8e45992 100644
--- a/fs_mgr/tests/vts_fs_test.cpp
+++ b/fs_mgr/tests/vts_fs_test.cpp
@@ -28,8 +28,8 @@ static int GetVsrLevel() {
}
TEST(fs, ErofsSupported) {
- // S and higher for this test.
- if (GetVsrLevel() < __ANDROID_API_S__) {
+ // T-launch GKI kernels and higher must support EROFS.
+ if (GetVsrLevel() < __ANDROID_API_T__) {
GTEST_SKIP();
}