Skip to content

Commit

Permalink
chore: disable some tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 29, 2024
1 parent c85e2ec commit 87b11ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ flatc.backends = ["ubi:google/flatbuffers[exe=flatc]", "asdf:TheOpenDictionary/a
flatc.test = ["flatc --version", "flatc version {{version}}"]
flutter.backends = ["asdf:oae/asdf-flutter", "vfox:version-fox/vfox-flutter"]
fluttergen.backends = ["ubi:FlutterGen/flutter_gen[exe=fluttergen]", "asdf:FlutterGen/asdf-fluttergen"]
fluttergen.os = ["linux", "macos"]
fluttergen.test = ["fluttergen --version", "FlutterGen v{{version}}"]
flux2.backends = ["aqua:fluxcd/flux2", "asdf:tablexi/asdf-flux2"]
flux2.test = ["flux --version", "flux version {{version}}"]
Expand All @@ -347,6 +348,7 @@ flyway.backends = ["asdf:junminahn/asdf-flyway"]
func-e.backends = ["tetratelabs/func-e", "asdf:carnei-ro/asdf-func-e"]
func-e.test = ["func-e --version", "func-e version {{version}}"]
furyctl.backends = ["ubi:sighupio/furyctl", "asdf:sighupio/asdf-furyctl"]
furyctl.os = ["linux", "macos"]
furyctl.test = ["furyctl version", "{{version}}"]
fx.backends = ["aqua:antonmedv/fx", "asdf:https://gitlab.com/wt0f/asdf-fx"]
fzf.backends = ["ubi:junegunn/fzf", "asdf:kompiro/asdf-fzf"]
Expand Down

0 comments on commit 87b11ef

Please sign in to comment.