Skip to content

Commit

Permalink
Just exclude Performance
Browse files Browse the repository at this point in the history
why didn't I think of this earlier
  • Loading branch information
damies13 committed Mar 23, 2024
1 parent a8c06e6 commit f4b2d76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
run: rfbrowser init

- name: Robot Framework
run: robot --outputdir Regression_Tests/Logs/${{ matrix.platform }}_${{ matrix.python }} -v STT_MIN:1 -v STT_MAX:5 Regression_Tests
# run: robot --outputdir Regression_Tests/Logs/${{ matrix.platform }}_${{ matrix.python }} -v STT_MIN:1 -v STT_MAX:5 Regression_Tests
run: robot --outputdir Regression_Tests/Logs/${{ matrix.platform }}_${{ matrix.python }} -e Performance Regression_Tests
env:
DISPLAY: :13.0

Expand Down
2 changes: 1 addition & 1 deletion Regression_Tests/TestDataTable-API_requests_perf.robot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Library String

Suite Setup Ensure Test Data Exists

Default Tags API RequestsLibrary
Test Tags Performance API RequestsLibrary

*** Variables ***

Expand Down

0 comments on commit f4b2d76

Please sign in to comment.