From d321ef9bb7143e393deb9b0ff7420c96db6a0e4c Mon Sep 17 00:00:00 2001 From: Jane Liu Date: Wed, 14 Jun 2017 09:56:22 -0400 Subject: Reenabled a flaky test Reenabling since can't reproduce failure any more. Bug=pdfium:747 Change-Id: I347a994e0a6b389d39162075f7d5d94ae0048984 Reviewed-on: https://pdfium-review.googlesource.com/6590 Commit-Queue: dsinclair Reviewed-by: dsinclair --- fpdfsdk/fpdfannot_embeddertest.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fpdfsdk/fpdfannot_embeddertest.cpp b/fpdfsdk/fpdfannot_embeddertest.cpp index 274ce5b909..e1da7cc2cd 100644 --- a/fpdfsdk/fpdfannot_embeddertest.cpp +++ b/fpdfsdk/fpdfannot_embeddertest.cpp @@ -146,9 +146,7 @@ TEST_F(FPDFAnnotEmbeddertest, AddIllegalSubtypeAnnotation) { UnloadPage(page); } -// TODO(janeliulwq): Re-enable this test once FPDFAnnot_SetColor() stops -// failing flakily on win_xfa_clang. -TEST_F(FPDFAnnotEmbeddertest, DISABLED_AddFirstTextAnnotation) { +TEST_F(FPDFAnnotEmbeddertest, 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