Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Oct 5, 2023
1 parent 4378024 commit 874baba
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
- script: python -m robot.run -v TEST_OUTPUT_BASE:$(Build.BinariesDirectory) -v TOOL_CHAIN_TAG:$(ToolChain) -d report --xunit xunittestresults.xml --include $(Tag) -L TRACE .
displayName: 'Run Robot Tests'
workingDirectory: "tests.integration"
condition: not(and(eq(variables.PythonVersion, '3.9'), contains(variables.Image, 'ubuntu')))
# Above conditional is a temp workaround for known ubuntu python 3.9 Tar file bug
# https://bugzilla.tianocore.org/show_bug.cgi?id=3891

# Copy the build logs to the artifact staging directory
- task: CopyFiles@2
Expand Down

0 comments on commit 874baba

Please sign in to comment.