tests: disable `nixosSearch`

This commit is contained in:
Erik Arvstedt 2022-09-05 20:41:56 +02:00
parent 6fed9b25cd
commit c63da4734e
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
2 changed files with 5 additions and 1 deletions

View File

@ -35,7 +35,6 @@ task:
- name: flake
build_script:
- nix flake check
- ./test/nixos-search/ci-test.sh
- name: shellcheck
build_script:

View File

@ -275,6 +275,11 @@ flake() {
# Test generating module documentation for search.nixos.org
nixosSearch() {
# TODO-EXTERNAL:
# Remove this when nixos-search has been fixed
echo "Skipping test nixosSearch"
return
if ! checkFlakeSupport "nixosSearch"; then return; fi
if [[ $_nixBitcoinInCopiedSrc ]]; then