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

 ##########
 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:
   Is this still needed? It seems odd we don't have permission to do something 
in our own docker container.
   
   (I guess this is a separate issue)

----------------------------------------------------------------
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