From 84fa8154282ced8aad8c1d299d5ae87242cea597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Tue, 9 Aug 2022 11:49:45 -0500 Subject: [PATCH] Revert "Avoid failing firedrake gtmg tests" This reverts commit 873d10095590f20d326ffc69e1a526ec51f32f05. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f07e9786e..a865134ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,8 +178,7 @@ jobs: # patch so exception messages get shown curl -L https://gist.githubusercontent.com/inducer/17d7134ace215f0df1f3627eac4195c7/raw/63edfaf2ec8bf06987896569a4f24264df490e9e/firedrake-debug-patch.diff | patch -p1 - # 'not gtmg' because of https://github.com/firedrakeproject/firedrake/issues/2514 - pytest --tb=native -rsxw --durations=10 -m 'not parallel' -k 'not gtmg' tests/multigrid/ + pytest --tb=native -rsxw --durations=10 -m 'not parallel' tests/multigrid/ - name: "Prepare for tmate" run: | -- GitLab