Skip to content

Commit

Permalink
Merge pull request wildfly#2248 from jfdenise/WFCORE-1853-2
Browse files Browse the repository at this point in the history
Unignore test failing due to WFCORE-1853 that should be fixed.
  • Loading branch information
bstansberry authored Mar 15, 2017
2 parents 3eac815 + 8645498 commit f2e4dfc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.junit.rules.TemporaryFolder;
import org.junit.runner.RunWith;
import org.wildfly.core.testrunner.WildflyTestRunner;
import org.junit.Ignore;

import java.io.BufferedWriter;
import java.io.File;
Expand Down Expand Up @@ -193,7 +192,6 @@ public void testAliasPersistence() throws Exception {
*
* @throws Exception
*/
@Ignore("WFCORE-1853")
@Test
public void testAliasPersistenceCtrlC() throws Exception {
final File aliasFile = temporaryUserHome.newFile(".aesh_aliases");
Expand Down

0 comments on commit f2e4dfc

Please sign in to comment.