mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-06 02:09:55 +03:00
Disable RunAppAsync and RunAppAsyncRedirectStderrToStdout
The tests are blocking the CQ due to flakiness. Bug: chromium:1233361 Change-Id: Ib0283e201c271379364a177bea130d63322eee53 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3058233 Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
This commit is contained in:
committed by
Angle LUCI CQ
parent
111c9a1578
commit
f4f866ce28
@@ -139,10 +139,11 @@ TEST(TestUtils, MAYBE_CreateAndDeleteFileInTempDir)
|
||||
# define MAYBE_RunApp DISABLED_RunApp
|
||||
# define MAYBE_RunAppAsync DISABLED_RunAppAsync
|
||||
# define MAYBE_RunAppAsyncRedirectStderrToStdout DISABLED_RunAppAsyncRedirectStderrToStdout
|
||||
// TODO: flaky failures. http://crbug.com/1233361
|
||||
#else
|
||||
# define MAYBE_RunApp RunApp
|
||||
# define MAYBE_RunAppAsync RunAppAsync
|
||||
# define MAYBE_RunAppAsyncRedirectStderrToStdout RunAppAsyncRedirectStderrToStdout
|
||||
# define MAYBE_RunApp DISABLED_RunApp
|
||||
# define MAYBE_RunAppAsync DISABLED_RunAppAsync
|
||||
# define MAYBE_RunAppAsyncRedirectStderrToStdout DISABLED_RunAppAsyncRedirectStderrToStdout
|
||||
#endif // defined(ANGLE_PLATFORM_ANDROID)
|
||||
|
||||
// Test running an external application and receiving its output
|
||||
|
||||
Reference in New Issue
Block a user