From d26812f0e434cc7e74f99ccbf5dc0e4d23c327b5 Mon Sep 17 00:00:00 2001 From: ByteOtter Date: Thu, 23 May 2024 14:31:57 +0200 Subject: [PATCH] Fix typo in cargo new test --- script/openqa-verify-pr | 1 + 1 file changed, 1 insertion(+) diff --git a/script/openqa-verify-pr b/script/openqa-verify-pr index 3a81bc3299b8..637fe1569a6e 100755 --- a/script/openqa-verify-pr +++ b/script/openqa-verify-pr @@ -99,6 +99,7 @@ if [ $source = 'opensuse' ]; then openqa-clone-custom-git-refspec "https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/$pr_id" \ "https://openqa.opensuse.org/tests/$test_id" \ SCHEDULE="tests/installation/bootloader_start,tests/boot/boot_to_desktop,$modules" \ + YAML_SCHEDULE="" \ TEST="$test_name" elif [ $source = 'suse' ]; then echo "Dispatching verification run for suse..."