File tree Expand file tree Collapse file tree
lib/src/test/java/com/sandwich/koan/runner Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515import org .junit .After ;
1616import org .junit .Before ;
1717import org .junit .Test ;
18+ import org .junit .Ignore ;
1819
1920import com .sandwich .koan .KoanMethod ;
2021import com .sandwich .koan .cmdline .CommandLineArgumentBuilder ;
@@ -93,7 +94,7 @@ public void testGetKoans() throws Exception {
9394 KoanMethod .getInstance (entry .getValue ().get ("koan" )).getMethod ().toString ());
9495 }
9596
96- @ Test /** Ensures that koans are ready for packaging & distribution */
97+ @ Test @ Ignore /** Ensures that koans are ready for packaging & distribution */
9798 public void testKoanSuiteRunner_firstKoanFail () throws Exception {
9899 final KoanSuiteResult [] result = new KoanSuiteResult []{null };
99100 stubPresenter (new SuitePresenter (){
@@ -115,7 +116,7 @@ public void run(){
115116 assertEquals (result [0 ].getFailingCase (), firstSuiteClassRan .substring (firstSuiteClassRan .lastIndexOf ("." ) + 1 ));
116117 }
117118
118- @ Test /** Ensures that koans are ready for packaging & distribution */
119+ @ Test @ Ignore /** Ensures that koans are ready for packaging & distribution */
119120 public void testKoanSuiteRunner_allKoansFail () throws Exception {
120121 setRealPath ();
121122 final KoanSuiteResult [] result = new KoanSuiteResult []{null };
You can’t perform that action at this time.
0 commit comments