Skip to content

Commit

Permalink
Build infrastructure expects a test so added a dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jul 21, 2017
1 parent 88dd23f commit 479380d
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package nl.esciencecenter.e3dchem.knime.silicosit;

import org.junit.Ignore;
import org.junit.Test;

public class PlaceholderTest {

@Ignore("Nodes inside metanodes are copied each time, making workflow tests useless")
@Test
public void test() {

}

}

0 comments on commit 479380d

Please sign in to comment.