Skip to content

Commit 30b5fba

Browse files
authored
protoxform: remove duplicate test run (envoyproxy#10789)
Signed-off-by: Yaroslav Skopets <[email protected]>
1 parent 0ff9059 commit 30b5fba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/protoxform/protoxform_test_helper.py

-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def Run(cmd, path, filename, version):
135135
path, filename = PathAndFilename(target)
136136
messages += Run(cmd, path, filename, 'active_or_frozen')
137137
messages += Run(cmd, path, filename, 'next_major_version_candidate')
138-
messages += Run(cmd, path, filename, 'next_major_version_candidate')
139138
messages += Run(cmd, path, filename, 'next_major_version_candidate.envoy_internal')
140139

141140
if len(messages) == 0:

0 commit comments

Comments
 (0)