Skip to content

Commit 13cfaed

Browse files
Stu PollockNatalie Arellano
authored andcommitted
Add ability to filter ginkgo tests
So that we can only run the updates test when it's time to promote. [#152219347]https://www.pivotaltracker.com/story/show/152219347 Signed-off-by: Natalie Arellano <[email protected]>
1 parent a544106 commit 13cfaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/run/bwats.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace :run do
3131
if ENV["USE_RETRIES"].to_s == 'true'
3232
ginkgo_command += " --flakeAttempts=3"
3333
end
34-
ginkgo_command += " -r -v #{test_path}"
34+
ginkgo_command += " -r -v #{test_path} --filter=\"#{ENV["GINKGO_FOCUS"]}\""
3535
exec_command(ginkgo_command)
3636
end
3737
end

0 commit comments

Comments
 (0)