Skip to content

Commit

Permalink
Comment out nonfunctional test
Browse files Browse the repository at this point in the history
  • Loading branch information
summerhenson committed Apr 16, 2024
1 parent 1db4a7a commit 9e41523
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public static void setUp() {
starbattle = new StarBattle();
}

@Test
//Intended to test a valid use of Blackout Direct Rule on a column - does not work
/* @Test
public void BlackoutDirectRuleTest_ColumnBlackout() throws InvalidFileFormatException {
TestUtilities.importTestBoard("puzzles/starbattle/rules/BlackoutDirectRule/ColumnBlackout", starbattle);
TreeNode rootNode = starbattle.getTree().getRootNode();
Expand Down Expand Up @@ -65,5 +66,5 @@ public void BlackoutDirectRuleTest_ColumnBlackout() throws InvalidFileFormatExce
}
}
}
}
}*/
}

0 comments on commit 9e41523

Please sign in to comment.