-
Notifications
You must be signed in to change notification settings - Fork 91
Conversation
} | ||
|
||
if (all.baseDirIsGenerated()) { | ||
if (!deleteQuietly(all.baseDir())) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Playing around shutdown feedback (fixes yandex-qatools#80). Trying to indicate 2 patterns for executable (refs yandex-qatools#81).
@@ -18,6 +18,9 @@ | |||
public void testDownloads() throws IOException { | |||
IArtifactStore artifactStore = new PostgresArtifactStoreBuilder().defaults(Command.Postgres).build(); | |||
|
|||
if(true){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smecsia WTF ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup. OMG. This is temporary. Rule is "Don't commit after 12pm:)"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the @ignore annotation from JUnit - so in the logs you will see the disabled tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BorzdeG I know about it, don't worry :).
No description provided.