Skip to content

Commit

Permalink
Don't run test suite for outdated cases that are not easily solved
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed Jul 22, 2024
1 parent d52cda6 commit 5b7a816
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ buildopts = 'all gwl xspectra couple epw gipaw w90'
# parallel build tends to fail
parallel = 1

# don't run the tests (not investigated for old easyconfig)
skipsteps = ['test']

moduleclass = 'chem'
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ buildopts = 'all gwl xspectra couple epw gipaw w90'
# parallel build tends to fail
parallel = 1

# don't run the tests (not investigated for old easyconfig)
skipsteps = ['test']

moduleclass = 'chem'
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,7 @@ buildopts = 'all gwl xspectra couple epw gipaw w90'
# parallel build tends to fail
parallel = 1

# don't run the tests (not investigated for old easyconfig)
skipsteps = ['test']

moduleclass = 'chem'
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ buildopts = 'all gwl xspectra couple epw gipaw w90'
# parallel build tends to fail
parallel = 1

# allow some test failures (not investigated for old easyconfig)
test_suite_max_failed = 6
# don't run the tests (not investigated for old easyconfig)
skipsteps = ['test']

moduleclass = 'chem'

0 comments on commit 5b7a816

Please sign in to comment.