From db47fe496304e1b29126568b502754767a15b372 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Oct 2023 16:29:17 +0000 Subject: [PATCH] [OSCI] Remove ftr test from PR template (#5217) * removed ftr test step from PR template Signed-off-by: Leo Deng * change changelog Signed-off-by: Leo Deng * Update CHANGELOG.md Co-authored-by: Josh Romero Signed-off-by: Leo Deng <105402895+Leo7Deng@users.noreply.github.com> --------- Signed-off-by: Leo Deng Signed-off-by: Leo Deng <105402895+Leo7Deng@users.noreply.github.com> Co-authored-by: Josh Romero (cherry picked from commit 62687944ee0225452871735ca1ee213d7795597d) Signed-off-by: github-actions[bot] # Conflicts: # CHANGELOG.md --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9bd61e660b6c..2616faf425a1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,7 +12,6 @@ - [ ] All tests pass - [ ] `yarn test:jest` - [ ] `yarn test:jest_integration` - - [ ] `yarn test:ftr` - [ ] New functionality includes testing. - [ ] New functionality has been documented. - [ ] Update [CHANGELOG.md](./../CHANGELOG.md)