Skip to content

Commit

Permalink
remove incorrect test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Bo <bozhang@ebay.com>
  • Loading branch information
zhangbo1882 committed Jun 7, 2024
1 parent 1922e60 commit 8413f16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/common/filesystem/filesystem_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ TEST_F(FileSystemImplTest, IllegalPath) {
EXPECT_TRUE(file_system_.illegalPath("/sys"));
EXPECT_TRUE(file_system_.illegalPath("/sys/"));
EXPECT_TRUE(file_system_.illegalPath("/_some_non_existent_file"));
EXPECT_FALSE(file_system_.illegalPath("/sysroot"));
EXPECT_FALSE(file_system_.illegalPath("/sysroot/"));
#endif
}

Expand Down

0 comments on commit 8413f16

Please sign in to comment.