tests: disable nixosSearch
This commit is contained in:
parent
6fed9b25cd
commit
c63da4734e
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue