Skip to content

Commit

Permalink
Disable ligature related subtest in stringrenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Jan 27, 2019
1 parent b30e92f commit eaf5deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/stringrenderer_test.cc
Expand Up @@ -438,7 +438,7 @@ TEST_F(StringRendererTest, DoesNotRenderWordJoiner) {
}
}

TEST_F(StringRendererTest, DoesDropUncoveredChars) {
TEST_F(StringRendererTest, DISABLED_DoesDropUncoveredChars) {
renderer_.reset(new StringRenderer("Verdana 10", 500, 200));
renderer_->set_drop_uncovered_chars(true);
const std::string kWord = "office";
Expand Down

0 comments on commit eaf5deb

Please sign in to comment.