Skip to content

Commit

Permalink
Exclude xpress tests for cucumber
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Nov 15, 2024
1 parent 0fa0b03 commit 11c7966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cucumber-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ inputs:
required: false
default: 'features'
tags:
description: 'Tags to run (default skips tests marked @flaky)'
description: 'Tags to run (default skips tests marked @flaky or @xpress)'
required: false
default: '~@flaky'
default: '~@flaky ~@xpress'
mpi_path:
description: "Mpi install directory"
required: true
Expand Down
2 changes: 2 additions & 0 deletions tests/end_to_end/cucumber/features/SolverE2E.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Feature:
I want the same solver used across all tools
So that performances and results are coherent

@short @full-launch @xpress
Scenario:
Given the study path is "examples/SmallTestFiveCandidatesWithWeights"
And solver is "Xpress"
Expand All @@ -11,6 +12,7 @@ Feature:
And Simulator has been launched with solver "Xpress"
And Benders has been launched with solver "Xpress"

@short @full-launch
Scenario:
Given the study path is "examples/SmallTestFiveCandidatesWithWeights"
And solver is "Cbc"
Expand Down

0 comments on commit 11c7966

Please sign in to comment.