summaryrefslogtreecommitdiff
path: root/test/win/gyptest-link-enable-winrt.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/win/gyptest-link-enable-winrt.py')
-rw-r--r--test/win/gyptest-link-enable-winrt.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/win/gyptest-link-enable-winrt.py b/test/win/gyptest-link-enable-winrt.py
index 0c99ca10..283863ce 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'])