mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
Ignore native module tests on Windows debug build
This resolves #2558. There are no more errors when running test.py on the debug build in Windows. When running the release build the tests will be executed as usual.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,3 +17,4 @@ node_modules/
|
||||
*.pyc
|
||||
debug.log
|
||||
npm-debug.log
|
||||
atom/common/chrome_version.h
|
||||
|
||||
Reference in New Issue
Block a user