diff --git a/plio/examples/SpectralProfiler/cl5_398736801edr_f0030004ccam01014m1.dat b/plio/examples/SpectralProfiler/cl5_398736801edr_f0030004ccam01014m1.dat
deleted file mode 100644
index b9dcce79d7d708162dfe49db82fcb094208ef3b5..0000000000000000000000000000000000000000
Binary files a/plio/examples/SpectralProfiler/cl5_398736801edr_f0030004ccam01014m1.dat and /dev/null differ
diff --git a/plio/io/tests/test_io_edr.py b/plio/io/tests/test_io_edr.py
index 75aa39e2c0a4896965df5be1cfac5a5fb48e80dd..7e3637a7ce53a31fdf6d6e61b0a3bb40dd91ddf0 100644
--- a/plio/io/tests/test_io_edr.py
+++ b/plio/io/tests/test_io_edr.py
@@ -4,14 +4,14 @@ from plio.examples import get_path
 from plio.io import io_edr
 
 
-class Test_Tes_IO(unittest.TestCase):
-
-    # Need different test data or need to modify the current code
-    def setUp(self):
-        self.examplefile = get_path('cl5_398736801edr_f0030004ccam01014m1.dat')
-    #
-    # def test_open(self):
-    #     ds = io_edr.EDR(self.examplefile)
-
-if __name__ == '__main__':
-    unittest.main()
+# class Test_Tes_IO(unittest.TestCase):
+#
+#     # Need different test data or need to modify the current code
+#     def setUp(self):
+#         self.examplefile = get_path('cl5_398736801edr_f0030004ccam01014m1.dat')
+#     #
+#     def test_open(self):
+#         ds = io_edr.EDR(self.examplefile)
+#
+# if __name__ == '__main__':
+#     unittest.main()