mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Temorary skip test cases that fail on Linux
PiperOrigin-RevId: 378974239
This commit is contained in:
@@ -278,6 +278,9 @@ TEST(ExecTest, InterpreterScriptArgNUL) {
|
||||
|
||||
// Trailing whitespace following interpreter path is ignored.
|
||||
TEST(ExecTest, InterpreterScriptTrailingWhitespace) {
|
||||
// FIXME(b/190850365): This test case fails on Linux.
|
||||
SKIP_IF(!IsRunningOnGvisor());
|
||||
|
||||
// Symlink through /tmp to ensure the path is short enough.
|
||||
TempPath link = ASSERT_NO_ERRNO_AND_VALUE(
|
||||
TempPath::CreateSymlinkTo("/tmp", RunfilePath(kBasicWorkload)));
|
||||
@@ -303,6 +306,9 @@ TEST(ExecTest, InterpreterScriptArgWhitespace) {
|
||||
}
|
||||
|
||||
TEST(ExecTest, InterpreterScriptNoPath) {
|
||||
// FIXME(b/190850365): This test case fails on Linux.
|
||||
SKIP_IF(!IsRunningOnGvisor());
|
||||
|
||||
TempPath script = ASSERT_NO_ERRNO_AND_VALUE(
|
||||
TempPath::CreateFileWith(GetAbsoluteTestTmpdir(), "#!", 0755));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user