diff --git a/scripts/validate_container.sh b/scripts/validate_container.sh index 0e5116ebae..b2bff6cb1f 100644 --- a/scripts/validate_container.sh +++ b/scripts/validate_container.sh @@ -182,7 +182,7 @@ do # Skipped long-running tests (variational optimization loops) for the "remote-mqpu" target to keep CI runtime managable. # A simplified test for these use cases is included in the 'test/Remote-Sim/' test suite. # Skipped tests that require passing kernel callables to entry-point kernels for the "remote-mqpu" target. - if [[ "$ex" == *"vqe_h2"* || "$ex" == *"qaoa_maxcut"* || "$ex" == *"gradients"* || "$ex" == *"grover"* || "$ex" == *"multi_controlled_operations"* || "$ex" == *"phase_estimation"* || "$ex" == *"trotter_kernel_mode"* || "$ex" == *"builder.cpp"* ]]; + if [[ "$ex" == *"vqe_h2"* || "$ex" == *"qaoa_maxcut"* || "$ex" == *"gradients"* || "$ex" == *"grover"* || "$ex" == *"multi_controlled_operations"* || "$ex" == *"phase_estimation"* || "$ex" == *"building_kernels"* || "$ex" == *"trotter_kernel_mode"* || "$ex" == *"builder.cpp"* ]]; then let "skipped+=1" echo "Skipping $t target.";