diff --git a/fs_mgr/tests/vts_fs_test.cpp b/fs_mgr/tests/vts_fs_test.cpp index 3f1210396..aac2cfd9b 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) { - // U and higher for this test. - if (GetVsrLevel() <= __ANDROID_API_T__) { + // S and higher for this test. + if (GetVsrLevel() < __ANDROID_API_S__) { GTEST_SKIP(); }