From c39c1cea13857237fd534f7ff18b895662d186d3 Mon Sep 17 00:00:00 2001
From: Joshua Fehler <jsfehler@gmail.com>
Date: Fri, 14 Jun 2024 09:57:31 -0400
Subject: [PATCH] fixup

---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 89bb61385..92e3f17c4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,7 @@ extras = selenium
 deps =
   -rrequirements/test.txt
 commands =
-    pytest --ignore-flaky -v {posargs} tests/test_webdriver_remote.py
+    pytest --ignore-flaky -v "not macos" {posargs} tests/test_webdriver_remote.py
 
 [testenv:tests_selenium_edge]
 extras = selenium