From 748793bd30ef25919c069f1856cc7e6ee0aee181 Mon Sep 17 00:00:00 2001 From: Jane Liu Date: Fri, 9 Jun 2017 13:28:18 -0400 Subject: Disable a new flaky test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug=pdfium:747 Change-Id: I51656750e5e5e7f7cecefc5244a66333a0213f19 Reviewed-on: https://pdfium-review.googlesource.com/6433 Reviewed-by: Nicolás Peña Commit-Queue: Jane Liu --- fpdfsdk/fpdfannot_embeddertest.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3