Commit 88941a9c authored by Parastoo Geranmayeh's avatar Parastoo Geranmayeh

[Sheriff] Disable PDFAnnotationsTest.AnnotationsFeatureEnabled

on all chrome os.

TBR=thestig@chromium.org

Bug: 1056295, 920684
Change-Id: Ic5b6e0fc7fff5427e2a7c72ad49077713e1a7937
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075082
Commit-Queue: Parastoo Geranmayeh <parastoog@google.com>
Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Reviewed-by: default avatarParastoo Geranmayeh <parastoog@google.com>
Cr-Commit-Position: refs/heads/master@{#744756}
parent 40e797b2
...@@ -784,13 +784,7 @@ IN_PROC_BROWSER_TEST_F(PDFExtensionTest, Beep) { ...@@ -784,13 +784,7 @@ IN_PROC_BROWSER_TEST_F(PDFExtensionTest, Beep) {
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
// TODO(https://crbug.com/920684): Test times out. // TODO(https://crbug.com/920684): Test times out.
#if defined(MEMORY_SANITIZER) || defined(LEAK_SANITIZER) || \ IN_PROC_BROWSER_TEST_F(PDFAnnotationsTest, DISABLED_AnnotationsFeatureEnabled) {
defined(ADDRESS_SANITIZER) || defined(_DEBUG)
#define MAYBE_AnnotationsFeatureEnabled DISABLED_AnnotationsFeatureEnabled
#else
#define MAYBE_AnnotationsFeatureEnabled AnnotationsFeatureEnabled
#endif
IN_PROC_BROWSER_TEST_F(PDFAnnotationsTest, MAYBE_AnnotationsFeatureEnabled) {
RunTestsInJsModule("annotations_feature_enabled_test.js", "test.pdf"); RunTestsInJsModule("annotations_feature_enabled_test.js", "test.pdf");
} }
......
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