Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/intermittent-test-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ jobs:
if [[ "$found_file" == *"integration-test"* ]]; then
test_type=integration
fi
if [ "$TEST_METHOD" != "ALL" ]; then
if grep -q "public void $TEST_METHOD(" "$found_file"; then
echo "Test method $TEST_METHOD exists in $filename"
else
echo "Test method $TEST_METHOD does not exist in $filename.Stopping!"
exit 1
fi
fi
echo "Test file $filename found. Continuing.."
else
echo "Test file $filename not found.Stopping!"
Expand Down