tests: disable nixosSearch
This commit is contained in:
parent
6fed9b25cd
commit
c63da4734e
@ -35,7 +35,6 @@ task:
|
|||||||
- name: flake
|
- name: flake
|
||||||
build_script:
|
build_script:
|
||||||
- nix flake check
|
- nix flake check
|
||||||
- ./test/nixos-search/ci-test.sh
|
|
||||||
|
|
||||||
- name: shellcheck
|
- name: shellcheck
|
||||||
build_script:
|
build_script:
|
||||||
|
@ -275,6 +275,11 @@ flake() {
|
|||||||
|
|
||||||
# Test generating module documentation for search.nixos.org
|
# Test generating module documentation for search.nixos.org
|
||||||
nixosSearch() {
|
nixosSearch() {
|
||||||
|
# TODO-EXTERNAL:
|
||||||
|
# Remove this when nixos-search has been fixed
|
||||||
|
echo "Skipping test nixosSearch"
|
||||||
|
return
|
||||||
|
|
||||||
if ! checkFlakeSupport "nixosSearch"; then return; fi
|
if ! checkFlakeSupport "nixosSearch"; then return; fi
|
||||||
|
|
||||||
if [[ $_nixBitcoinInCopiedSrc ]]; then
|
if [[ $_nixBitcoinInCopiedSrc ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user