Skip to content
Snippets Groups Projects
Commit 57e6339c authored by George Kalpakas's avatar George Kalpakas Committed by Alex Rickabaugh
Browse files

test(docs-infra): avoid running expensive operations when focusing/skipping tests (#43963)

Previously, the pre-computation of branch version info for the
`deploy-to-firebase` tests would always take place even when the tests
that used that info were skipped. This pre-computation involves network
access and may add a noticeable delay.

This commit refactors the tests to not do the pre-computation if the
corresponding tests are skipped. This allows for a faster iteration
when focusing on a different set of tests.

PR Close #43963
parent 4c22339b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment