| Index: test/win/gyptest-link-enable-winrt.py
|
| diff --git a/test/win/gyptest-link-enable-winrt.py b/test/win/gyptest-link-enable-winrt.py
|
| index 0c99ca100294ca52252ca08d3a0942bbe91b389f..283863ced7a09ee751a76ef58d235ec283672d2a 100644
|
| --- a/test/win/gyptest-link-enable-winrt.py
|
| +++ b/test/win/gyptest-link-enable-winrt.py
|
| @@ -16,6 +16,9 @@ import struct
|
|
|
| CHDIR = 'enable-winrt'
|
|
|
| +print 'This test is not currently working on the bots: https://code.google.com/p/gyp/issues/detail?id=466'
|
| +sys.exit(0)
|
| +
|
| if (sys.platform == 'win32' and
|
| int(os.environ.get('GYP_MSVS_VERSION', 0)) >= 2013):
|
| test = TestGyp.TestGyp(formats=['msvs'])
|
|
|