diff --git a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/org/example/cucumber/calculator/basic_arithmetic_two_scenarios.feature b/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/org/example/cucumber/calculator/basic_arithmetic_two_scenarios.feature deleted file mode 100644 index 3908d5c3125..00000000000 --- a/dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/src/test/resources/org/example/cucumber/calculator/basic_arithmetic_two_scenarios.feature +++ /dev/null @@ -1,13 +0,0 @@ -@foo -Feature: Basic Arithmetic - - Background: A Calculator - Given a calculator I just turned on - - Scenario: Addition - When I add 4 and 5 - Then the result is 9 - - Scenario: More Addition - When I add 5 and 5 - Then the result is 10