Skip to content

Commit

Permalink
doc: Add FAQ entry
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Dec 18, 2024
1 parent 69d68c1 commit 179a08d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,17 @@ anta_title: Frequently Asked Questions (FAQ)
pip install -U pyopenssl>22.0
```

## Caveat running on non-POSIX platforms (e.g. Windows)

???+ faq "Caveat running on non-POSIX platforms (e.g. Windows)"

While ANTA should in general work on non-POSIX platforms (e.g. Windows),
there are some known limitations:

- On non-Posix platforms, ANTA is not able to check and/or adjust the system limit of file descriptors.

ANTA test suite is being run in the CI on a Windows runner.

## `__NSCFConstantString initialize` error on OSX

???+ faq "`__NSCFConstantString initialize` error on OSX"
Expand Down

0 comments on commit 179a08d

Please sign in to comment.