From e410e3b045b04b50968a890593ca85965e1758f1 Mon Sep 17 00:00:00 2001 From: antalszava Date: Tue, 9 Feb 2021 09:41:49 -0500 Subject: [PATCH] revert test hack --- .github/workflows/wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a4bbefd5e4..880e851d11 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -44,8 +44,7 @@ env: # Note: breaking up tests so that no test cases hang on Windows, to be reverted CIBW_TEST_COMMAND: | - pl-device-test --device=lightning.qubit --skip-ops -x --tb=short --no-flaky-report -k "not test_four_qubit_random_circuit" - pl-device-test --device=lightning.qubit --skip-ops -x --tb=short --no-flaky-report -k "test_four_qubit_random_circuit" + pl-device-test --device=lightning.qubit --skip-ops -x --tb=short --no-flaky-report jobs: