diff --git a/IPython/frontend/html/notebook/notebooks/tests/__init__.py b/IPython/frontend/html/notebook/notebooks/tests/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/IPython/frontend/html/notebook/notebooks/tests/__init__.py
diff --git a/IPython/frontend/html/notebook/tests/test_nbmanager.py b/IPython/frontend/html/notebook/notebooks/tests/test_nbmanager.py
similarity index 100%
rename from IPython/frontend/html/notebook/tests/test_nbmanager.py
rename to IPython/frontend/html/notebook/notebooks/tests/test_nbmanager.py
diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py
index 467d5e6..dfe73b0 100644
--- a/IPython/testing/iptest.py
+++ b/IPython/testing/iptest.py
@@ -303,7 +303,7 @@ def make_exclude():
exclusions.append(ipjoin('extensions', 'tests', 'test_rmagic'))
if not have['azure']:
- exclusions.append(ipjoin('frontend', 'html', 'notebook', 'azurenbmanager'))
+ exclusions.append(ipjoin('frontend', 'html', 'notebook', 'notebooks', 'azurenbmanager'))
# This is needed for the reg-exp to match on win32 in the ipdoctest plugin.
if sys.platform == 'win32':