Skip to content

Commit

Permalink
Determine why github CI is failing eclipse-birt#655
Browse files Browse the repository at this point in the history
Determine why CI is failing in multiple pull requests and attempt to fix it.

Signed-off-by: Steve Schafer <[email protected]>
  • Loading branch information
SteveSchafer-Innovent committed Jul 12, 2021
1 parent a18f646 commit c84ae17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ protected void setUp() throws Exception {
ThreadResources.setLocale(ULocale.ENGLISH);

if (engine == null) {
MetaDataDictionary.reset(); // will force MetaDataDictionary to initialize
engine = new DesignEngine(new DesignConfig());
}
}
Expand Down

0 comments on commit c84ae17

Please sign in to comment.