diff options
author | Jane Liu <janeliulwq@google.com> | 2017-06-09 13:28:18 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-06-09 18:04:15 +0000 |
commit | 748793bd30ef25919c069f1856cc7e6ee0aee181 (patch) | |
tree | eacb54aa391d362db2b4709006fd8183c01a34e1 | |
parent | 53827cbbfebae66dd31f7aa30d3ee5c88716897a (diff) | |
download | pdfium-748793bd30ef25919c069f1856cc7e6ee0aee181.tar.xz |
Disable a new flaky test
Bug=pdfium:747
Change-Id: I51656750e5e5e7f7cecefc5244a66333a0213f19
Reviewed-on: https://pdfium-review.googlesource.com/6433
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: Jane Liu <janeliulwq@google.com>
-rw-r--r-- | fpdfsdk/fpdfannot_embeddertest.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fpdfsdk/fpdfannot_embeddertest.cpp b/fpdfsdk/fpdfannot_embeddertest.cpp index e1da7cc2cd..274ce5b909 100644 --- a/fpdfsdk/fpdfannot_embeddertest.cpp +++ b/fpdfsdk/fpdfannot_embeddertest.cpp @@ -146,7 +146,9 @@ TEST_F(FPDFAnnotEmbeddertest, AddIllegalSubtypeAnnotation) { UnloadPage(page); } -TEST_F(FPDFAnnotEmbeddertest, AddFirstTextAnnotation) { +// TODO(janeliulwq): Re-enable this test once FPDFAnnot_SetColor() stops +// failing flakily on win_xfa_clang. +TEST_F(FPDFAnnotEmbeddertest, DISABLED_AddFirstTextAnnotation) { // Open a file with no annotation and load its first page. ASSERT_TRUE(OpenDocument("hello_world.pdf")); FPDF_PAGE page = FPDF_LoadPage(document(), 0); |