[Test] Disable userdoc validation on freebsd

Currently failing to find Foundation when running
`generate-doc-index.swift`. This really only needs to run on a single
platform anyway, so let's just disable it from freebsd for now.
This commit is contained in:
Ben Barham
2025-12-11 09:41:44 +10:00
parent 3f0732f0d9
commit 92070a655d

View File

@@ -1,6 +1,7 @@
# REQUIRES: swift_swift_parser
# REQUIRES: target-same-as-host
# REQUIRES: swift_feature_BareSlashRegexLiterals
# UNSUPPORTED: OS=freebsd
# RUN: %empty-directory(%t)