diff --git a/lms/djangoapps/instructor/features/data_download.feature b/lms/djangoapps/instructor/features/data_download.feature
index f83f785226d27e3cbafab3c7b8c4ac7a2976b3f6..2cd75bc15dbf60107318fc88cca781d2489eb60a 100644
--- a/lms/djangoapps/instructor/features/data_download.feature
+++ b/lms/djangoapps/instructor/features/data_download.feature
@@ -35,21 +35,3 @@ Feature: LMS.Instructor Dash Data Download
        | Role          |
        | instructor    |
        | staff         |
-
-    Scenario: Generate & download a grade report
-       Given I am "<Role>" for a course
-       When I click "Generate Grade Report"
-       Then I see a grade report csv file in the reports table
-       Examples:
-       | Role          |
-       | instructor    |
-       | staff         |
-
-    Scenario: Generate & download a student profile report
-       Given I am "<Role>" for a course
-       When I click "Download profile information as a CSV"
-       Then I see a student profile csv file in the reports table
-       Examples:
-       | Role          |
-       | instructor    |
-       | staff         |