aboutsummaryrefslogtreecommitdiffstats
path: root/build/test
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-06-29 20:27:20 +0000
committerJohn Resig <jeresig@gmail.com>2007-06-29 20:27:20 +0000
commit28c9c6a805f089bee65cb4c20ad4234c15284218 (patch)
tree9467f2b8fb1dbbbde03cd6eb147fe309dbeeebf6 /build/test
parent614706bbf26e19c9ef6b5d5a11a8a6c103fce63a (diff)
downloadjquery-28c9c6a805f089bee65cb4c20ad4234c15284218.tar.gz
jquery-28c9c6a805f089bee65cb4c20ad4234c15284218.zip
Disabling Ajax tests for now - too many timeouts.
Diffstat (limited to 'build/test')
-rw-r--r--build/test/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/test/index.html b/build/test/index.html
index 992b79d18..36e37aed1 100644
--- a/build/test/index.html
+++ b/build/test/index.html
@@ -8,7 +8,7 @@
<script type="text/javascript" src="../src/jquery/coreTest.js"></script>
<script type="text/javascript" src="../src/selector/selectorTest.js"></script>
<script type="text/javascript" src="../src/event/eventTest.js"></script>
- <script type="text/javascript" src="../src/ajax/ajaxTest.js"></script>
+ <!--<script type="text/javascript" src="../src/ajax/ajaxTest.js"></script>-->
<script type="text/javascript" src="../src/fx/fxTest.js"></script>
</head>