summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpdfsdk/fpdfannot_embeddertest.cpp4
1 files changed, 1 insertions, 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);