disable test-gen-llvm

I encountered a flaky error not seen before:
```
 thread 'gen_abilities::ability_constrained_in_non_member_multiple_specializations_inferred' panicked at 'Error loading compiled dylib for test: LoadLibraryExW { source: Os { code: 193, kind: Uncategorized, message: "%1 is not a valid Win32 application." } }', crates\compiler\test_gen\src\helpers\llvm.rs:327:23
```

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2022-10-31 14:11:00 +01:00 committed by GitHub
parent a26b2f7018
commit 9576abe693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,6 @@ jobs:
- name: Build tests release without running. Twice for flakyness.
run: cargo test --locked --release --no-run || cargo test --locked --release --no-run
- run: cargo test-gen-llvm
#- run: cargo test-gen-llvm
- run: cargo test-gen-wasm