Commit d3956b3d authored by Xianzhu Wang's avatar Xianzhu Wang

[SPv175] Temporarily disable PrintPreviewSettingsSectionsTest.SetCopies

A wrong test was disabled in https://chromium-review.googlesource.com/c/chromium/src/+/923572.
(It skipped CQ for the last Patch Set because linux-chromeos-rel was very
flaky).

Bug: 813221
TBR: alemate@chromium.org
Change-Id: I014d846a01f36366b14d7701b1ebd72cbfd51efb
Reviewed-on: https://chromium-review.googlesource.com/924395Reviewed-by: default avatarAlexander Alekseev <alemate@chromium.org>
Reviewed-by: default avatarXianzhu Wang <wangxianzhu@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537530}
parent fe4a1775
......@@ -61,13 +61,9 @@ PrintPreviewSettingsSectionsTest = class extends NewPrintPreviewTest {
}
};
/*
TODO(crbug.com/813221): This test crashes with SlimmingPaintV175.
Will fix it asap.
TEST_F('PrintPreviewSettingsSectionsTest', 'Copies', function() {
this.runMochaTest(settings_sections_tests.TestNames.Copies);
});
*/
TEST_F('PrintPreviewSettingsSectionsTest', 'Layout', function() {
this.runMochaTest(settings_sections_tests.TestNames.Layout);
......@@ -101,9 +97,13 @@ TEST_F('PrintPreviewSettingsSectionsTest', 'SetPages', function() {
this.runMochaTest(settings_sections_tests.TestNames.SetPages);
});
/*
TODO(crbug.com/813221): This test crashes with SlimmingPaintV175.
Will fix it asap.
TEST_F('PrintPreviewSettingsSectionsTest', 'SetCopies', function() {
this.runMochaTest(settings_sections_tests.TestNames.SetCopies);
});
*/
TEST_F('PrintPreviewSettingsSectionsTest', 'SetLayout', function() {
this.runMochaTest(settings_sections_tests.TestNames.SetLayout);
......
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