Przeglądaj źródła

Deactivating orchestrator_dispatcher tests

jrobinAV 1 rok temu
rodzic
commit
ab306849e6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/partial-tests.yml

+ 1 - 1
.github/workflows/partial-tests.yml

@@ -89,7 +89,7 @@ jobs:
 
 
       - name: Pytest Core
       - name: Pytest Core
         if: steps.changes.outputs.core == 'true'
         if: steps.changes.outputs.core == 'true'
-        run: pipenv run pytest -m "not modin" tests/core
+        run: pipenv run pytest -m "not orchestrator_dispatcher and not modin" tests/core
 
 
       - name: Pytest GUI
       - name: Pytest GUI
         if: steps.changes.outputs.gui == 'true'
         if: steps.changes.outputs.gui == 'true'