Remove FocusConvey check (#41165)

This commit is contained in:
Dimitris Sotirakis
2021-11-09 12:38:51 +01:00
committed by GitHub
parent b4f00d6312
commit ad4fc4d87e
2 changed files with 1 additions and 15 deletions
-2
View File
@@ -374,8 +374,6 @@ def test_backend_step(edition):
'lint-backend',
],
'commands': [
# First make sure that there are no tests with FocusConvey
'[ $(grep FocusConvey -R pkg | wc -l) -eq "0" ] || exit 1',
'./bin/grabpl test-backend --edition {}'.format(edition),
],
}