As some of you have no doubt noticed, the ocw.data_source.dap tests are failing lately. There seems to be some issue with the opendap servers. The other day these were completely down and unavailable. At the moment, I have occasional success running the tests but usually they just end up failing.
The Jenkins build is currently excluding the tests. If you would like to do the same thing locally when you run tests you can pip install nose-exclude and run the tests with the following nosetests --exclude-test=ocw.tests.test_dap.test_dap This should get us around this until we fix the tests/their servers work again. -- Joyce