Commit 562d0068 authored by Camillo Bruni's avatar Camillo Bruni Committed by V8 LUCI CQ

[mjsunit] Skip tickprocesssor end-to-end test

os.system seems to be flaky on certain bots. Disabling this until we
have a proper fix.

Change-Id: I075542772ba8eb968c96942923f76b87a2f18d47
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2931809Reviewed-by: 's avatarMaya Lekova <mslekova@chromium.org>
Commit-Queue: Maya Lekova <mslekova@chromium.org>
Auto-Submit: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74910}
parent cda92a61
......@@ -471,7 +471,8 @@ function testTickProcessor(logInput, refOutput, args=[]) {
const dir = import.meta.url.split("/").slice(0, -1).join('/') + '/';
const params = ArgumentsProcessor.process(args);
testExpectations(dir + logInput, dir + refOutput, params);
testEndToEnd(dir + 'tickprocessor-test-large.js', dir + refOutput, params);
// TODO(cbruni): enable again after it works on bots
// testEndToEnd(dir + 'tickprocessor-test-large.js', dir + refOutput, params);
}
function testExpectations(logInput, refOutput, params) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment