From 21bee40f233ad67c1c493d820f78fcc1621c925f Mon Sep 17 00:00:00 2001 From: Johnny Stenback Date: Sun, 10 Oct 2010 15:46:13 -0700 Subject: [PATCH] Bug 580128. Disable test that is not ready for the new wrappers yet. r=mrbkap@gmail.com --- js/src/xpconnect/tests/chrome/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/src/xpconnect/tests/chrome/Makefile.in b/js/src/xpconnect/tests/chrome/Makefile.in index ca3417466978..9deff4410c27 100644 --- a/js/src/xpconnect/tests/chrome/Makefile.in +++ b/js/src/xpconnect/tests/chrome/Makefile.in @@ -53,11 +53,14 @@ _CHROME_FILES = \ test_evalInSandbox.xul \ test_sandboxImport.xul \ test_wrappers.xul \ - test_wrappers-2.xul \ test_bug484459.xul \ test_cows.xul \ test_bug517163.xul \ $(NULL) +# Disabled until this test gets updated to test the new proxy based +# wrappers. +# test_wrappers-2.xul \ + libs:: $(_CHROME_FILES) $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)