Skip to content

Commit

Permalink
devonfw#1509 Enabled extractTemplatesWithOldConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansour Dukhan committed May 25, 2022
1 parent f2e4010 commit a07f34c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import org.apache.commons.io.FileUtils;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
Expand Down Expand Up @@ -101,7 +100,6 @@ public void extractTemplateSetsTest() throws IOException {
* @throws IOException if an Exception occurs
*/
@Test
@Ignore
public void extractTemplatesWithOldConfiguration() throws IOException {

FileUtils.copyDirectory(new File(testFileRootPathMonolithicTemplates),
Expand Down

0 comments on commit a07f34c

Please sign in to comment.