Skip to content

Commit 53a60ed

Browse files
committed
Deactivate testcase graph_coloring-1 for IQM backend
Testcase seems to be responsible for an increase of testtime of on hour on some architectures when executed for IQM QA. Signed-off-by: Bernd Hoffmann <[email protected]>
1 parent 9db4859 commit 53a60ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

targettests/execution/graph_coloring-1.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// REQUIRES: c++20
1010
// clang-format off
1111
// RUN: nvq++ %s -o %t --target infleqtion --emulate && %t | FileCheck %s
12-
// RUN: nvq++ %cpp_std --target iqm --emulate %s -o %t && IQM_QPU_QA=%iqm_tests_dir/Crystal_20.txt %t | FileCheck %s
1312
// RUN: nvq++ %s -o %t --target quantinuum --emulate && %t | FileCheck %s
1413
// RUN: if %braket_avail; then nvq++ %s -o %t --target braket --emulate && %t | FileCheck %s; fi
1514
// RUN: if %qci_avail; then nvq++ %cpp_std --target qci --emulate %s -o %t && %t | FileCheck %s; fi

0 commit comments

Comments
 (0)