You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/11/11 13:58:37 UTC

[GitHub] [maven-integration-testing] slawekjaranowski commented on pull request #209: [MNG-7338] Disable CI mode for certain tests which verify on log statements.

slawekjaranowski commented on PR #209:
URL: https://github.com/apache/maven-integration-testing/pull/209#issuecomment-1311725822

   > I agree. I tried to remove it using `verifier.getEnvironmentVariables().remove( "CI" );`, but that doesn't work unfortunately.
   
   Should work with:
   
   ```
   verifier.addEnvironemnt( "CI", null );
   ```
   
   but needs a maven-sahred-utils 3.3.4 ... as I see 0.9 is used in tests 😄 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org