mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 05:23:48 +03:00
Disable flaky create_process test (#3561)
This commit is contained in:
parent
5174cc6ece
commit
509663f7ab
@ -145,6 +145,8 @@ class SystemProcessTest extends InterpreterTest with OsSpec {
|
||||
}
|
||||
|
||||
"redirect stdin unused (Unix)" taggedAs OsUnix in {
|
||||
// Randomly fails on CI https://www.pivotaltracker.com/story/show/182638378
|
||||
pending
|
||||
val code =
|
||||
"""import Standard.Base.System
|
||||
|import Standard.Base.Data.Array
|
||||
|
Loading…
Reference in New Issue
Block a user