Index: tests/fake_browser/nacl.scons |
=================================================================== |
--- tests/fake_browser/nacl.scons (revision 3470) |
+++ tests/fake_browser/nacl.scons (working copy) |
@@ -31,6 +31,12 @@ |
# to fail. |
Return() |
+if env.Bit('disable_hardy64_vmware_failures'): |
+ # Platform qualification check is unreliable on vmware test bots. |
+ # Ideally, this test would accept the sel_ldr -Q option, but for now, |
+ # we skip this test on hardy64 bots. |
+ Return() |
+ |
trusted_env = env['TRUSTED_ENV'].Clone() |
if trusted_env.Bit('windows'): |