Skip to content

Commit

Permalink
These tests are shitting me.. :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
tokmakoff committed Jun 24, 2016
1 parent 3377af4 commit 55d6409
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ public class JossDataProvisionServiceTest {
private JossDataProvisionService objectUnderTest;

@Test
//@Ignore // needs to be modified before it can run everytime
@Ignore // needs to be modified before it can run everytime
public void testStoreData01() throws Throwable {
InputStream in = this.getClass().getClassLoader().getResourceAsStream(jossDataResourcePath);
URL handle = objectUnderTest.storeData(in);
Expand Down

2 comments on commit 55d6409

@tomsaleeba
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha. We could always create a separate project for your JOSS/Swift test rig so things don't get run as unit tests

@Tillbilly
Copy link
Contributor

@Tillbilly Tillbilly commented on 55d6409 Jun 28, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.