Drop an obsolete error handling test
authorAlexander Popov <alex.popov@linux.com>
Sat, 15 Jul 2023 23:08:58 +0000 (02:08 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sat, 15 Jul 2023 23:08:58 +0000 (02:08 +0300)
.github/workflows/functional_test.sh

index cf613c7f166f2bd2f01731196cc0510b0149ad87..cb7152785fff86c9594957f7351d5303eec4a4af 100644 (file)
@@ -93,10 +93,6 @@ cp test.config error.config
 echo 'CONFIG_ARM64=y' >> error.config
 coverage run -a --branch bin/kconfig-hardened-check -c error.config && exit 1
 
-echo ">>>>> invalid disabled kconfig option <<<<<"
-sed '28 s/is not set/is not set yet/' test.config > error.config
-coverage run -a --branch bin/kconfig-hardened-check -c error.config && exit 1
-
 echo ">>>>> invalid enabled kconfig option <<<<<"
 cp test.config error.config
 echo 'CONFIG_FOO=is not set' >> error.config