potiuk commented on a change in pull request #8393: Bring back CI optimisations
URL: https://github.com/apache/airflow/pull/8393#discussion_r409475660
 
 

 ##########
 File path: tests/cli/commands/test_webserver_command.py
 ##########
 @@ -144,7 +144,7 @@ def test_cli_webserver_foreground_with_pid(self):
         proc.terminate()
         proc.wait()
 
-    @unittest.skipIf("TRAVIS" in os.environ and bool(os.environ["TRAVIS"]),
+    @unittest.skipIf("CI" in os.environ and bool(os.environ["CI"]),
 
 Review comment:
   But yeah.. I will take the risk now :)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to