Index: .travis.yml
===================================================================
--- .travis.yml	(revision 49682)
+++ .travis.yml	(working copy)
@@ -29,8 +29,6 @@
 
 jobs:
   include:
-  - env: WP_TRAVISCI=test:e2e LOCAL_PHPUNIT=latest PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=
-    name: E2E Tests
   - env: WP_TRAVISCI=lint:php COMPOSER_INSTALL=true NPM_INSTALL=false WP_INSTALL=false
     name: PHP Linting
   - env: WP_TRAVISCI=test:compat COMPOSER_INSTALL=true NPM_INSTALL=false WP_INSTALL=false
@@ -98,7 +96,7 @@
     npm ci
   fi
 - |
-  if [[ "$WP_TRAVISCI" == "test:e2e" ]] || [[ "$WP_TRAVISCI" == "test:php" ]]; then
+  if [[ "$WP_TRAVISCI" == "test:php" ]]; then
     npm run env:start
     npm run build
     docker-compose run --rm mysql mysql --version
@@ -108,7 +106,7 @@
 - |
   if [[ ${LOCAL_PHP:0:3} == "8.0" ]]; then
     docker-compose run --rm phpunit php ./vendor/bin/phpunit --version
-  elif [[ "$WP_TRAVISCI" == "test:e2e" ]] || [[ "$WP_TRAVISCI" == "test:php" ]]; then
+  elif [[ "$WP_TRAVISCI" == "test:php" ]]; then
     docker-compose run --rm phpunit phpunit --version
   fi
 - |
@@ -133,9 +131,7 @@
 
 script:
   - |
-    if [[ "$WP_TRAVISCI" == "test:e2e" ]]; then
-      npm run test:e2e
-    elif [[ "$WP_TRAVISCI" == "test:php" ]]; then
+    if [[ "$WP_TRAVISCI" == "test:php" ]]; then
       npm run test:php -- --verbose -c phpunit.xml.dist &&
       npm run test:php -- --verbose -c phpunit.xml.dist --group ajax &&
       npm run test:php -- --verbose -c tests/phpunit/multisite.xml &&
