Skip to content

Commit

Permalink
Fix up e2e python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
masipauskas committed Nov 14, 2024
1 parent 8dd31f0 commit 1fd9805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefiles/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func Teste2eAirflow() error {
// Teste2epython runs e2e tests for python client
func Teste2epython() error {
mg.Deps(BuildPython)
// mg.Deps(CheckForArmadaRunning)
mg.Deps(CheckForArmadaRunning)
args := []string{
"run",
"-v", "${PWD}/client/python:/code",
Expand Down

0 comments on commit 1fd9805

Please sign in to comment.