Skip to content

Commit

Permalink
XlsxIntegrationTest testXlsxFormats fails on Travis CI #14
Browse files Browse the repository at this point in the history
Revert
  • Loading branch information
subbotin committed Dec 23, 2019
1 parent 90f5e30 commit bad015c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public void testXlsxCrosstabFeature() throws Exception {
compareFiles("./result/integration/result-crosstab-feature.xlsx", "./modules/core/test/integration/etalon-crosstab-feature.xlsx");
}


@Ignore("Fails on Travis CI")
@Test
public void testXlsxFormats() throws Exception {
BandData root = new BandData("Root", null, BandOrientation.HORIZONTAL);
Expand Down

0 comments on commit bad015c

Please sign in to comment.