This commit is contained in:
Shreyas Goenka 2025-02-03 13:10:42 +01:00
parent 2cd25e388e
commit 2cbc39fdc9
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# TODO: We do not run this on windows because we don't have proper stubbing
# for API errors yet. Run this on windows as well once we can stub API errors
GOOS = {
"darwin",
"linux"
}