From 880b9ab910f75fd0c9bc395996c5f5706fe4d5ec Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 25 Jun 2023 10:11:16 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea38df848..5229edaf8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: python -m pip install --upgrade pip setuptools six wheel python -m pip install pytest-cov -r requirements.txt - name: Run tests - # TODO: Re-enable quantum tests + # TODO: #8818 Re-enable quantum tests run: pytest --ignore=quantum/bb84.py --ignore=quantum/q_fourier_transform.py