Skip to content

Commit

Permalink
Ignore failing doctests on Windows due to missing LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Dec 23, 2021
1 parent 3439905 commit 872721e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

import wasmer

known_issues = []
known_issues = {
# wasmer_compiler_llvm is missing on Windows
wasmer.engine,
wasmer.Store,
}

def test_doctest(doctest):
if doctest.obj in known_issues:
Expand Down

0 comments on commit 872721e

Please sign in to comment.