Skip to content

Commit

Permalink
Skip broken Baldr tests for now (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cticenhour committed Dec 23, 2021
1 parent 0297315 commit d59dfc8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions problems/physics/multi-scale-grain-growth/tests
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
type = RunApp
input = 'larry-2d-one-spot-scaled-1st-order.i'
check_input = True
skip = "from baldr, broken"
[]
[bottom]
type = RunApp
Expand Down
2 changes: 2 additions & 0 deletions problems/physics/no-surface-tension/tests
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
type = RunApp
input = cold-no-surface-tension.i
check_input = True
skip = "from baldr, broken"
[]
[hot]
type = RunApp
input = hot-no-surface-tension.i
check_input = True
skip = "from baldr, broken"
[]
[]
7 changes: 7 additions & 0 deletions problems/physics/surface-tension/tests
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,42 @@
type = RunApp
input = 2d-one-spot-scaled-2nd-order.i
check_input = True
skip = "from baldr, broken"
[]
[2d-one-spot-unscaled-2nd-order]
type = RunApp
input = 2d-one-spot-unscaled-2nd-order.i
check_input = True
skip = "from baldr, broken"
[]
[3d-one-spot-unscaled-1st-order]
type = RunApp
input = 3d-one-spot-unscaled-1st-order.i
check_input = True
skip = "from baldr, broken"
[]
[3d-scaled-1st-order]
type = RunApp
input = 3d-scaled-1st-order.i
check_input = True
skip = "from baldr, broken"
[]
[cold-start-twice-around-circle]
type = RunApp
input = cold-start-twice-around-circle.i
check_input = True
skip = "from baldr, broken"
[]
[gold-2d-one-spot-scaled-1st-order]
type = RunApp
input = gold-2d-one-spot-scaled-1st-order.i
check_input = True
skip = "from baldr, broken"
[]
[hot-once-around-circle]
type = RunApp
input = hot-once-around-circle.i
check_input = True
skip = "from baldr, broken"
[]
[]
1 change: 1 addition & 0 deletions problems/profiling/tests
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
type = RunApp
input = kc-profiling.i
check_input = True
skip = "from baldr, broken"
[]
[]
5 changes: 5 additions & 0 deletions test/tests/jacobian-testing/tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
ratio_tol = 1e-7
difference_tol = 1e-4
run_sim = True
skip = "from baldr, broken"
[../]
[./jacobian-2nd-order]
type = PetscJacobianTester
Expand All @@ -13,26 +14,30 @@
difference_tol = 1e-4
run_sim = True
min_parallel = 6
skip = "from baldr, broken"
[../]
[./2d-jacobian-2nd-order]
type = PetscJacobianTester
input = 2nd-order-2d-jacobian-tester.i
ratio_tol = 1e-7
difference_tol = 1e-4
run_sim = True
skip = "from baldr, broken"
[../]
[./non-uniform-2d-jacobian-1st-order]
type = PetscJacobianTester
input = non-uniform-1st-order-2d-jacobian-tester.i
ratio_tol = 1e-7
difference_tol = 1e-4
run_sim = True
skip = "from baldr, broken"
[../]
[./non-uniform-2d-jacobian-2nd-order]
type = PetscJacobianTester
input = non-uniform-2nd-order-2d-jacobian-tester.i
ratio_tol = 1e-7
difference_tol = 1e-4
run_sim = True
skip = "from baldr, broken"
[../]
[]
2 changes: 2 additions & 0 deletions test/tests/physics/tests
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
input = 'cold-twice-around-no-surface-tension.i'
exodiff = 'cold-twice-around-no-surface-tension_exodus.e cold-twice-around-no-surface-tension_exodus.e-s002 cold-twice-around-no-surface-tension_exodus.e-s003'
cli_args = 'Mesh/uniform_refine=0 Executioner/num_steps=3'
skip = "from baldr, broken"
[]
[hot]
type = Exodiff
input = 'hot-once-around-no-surface-tension.i'
exodiff = 'hot-once-around-no-surface-tension_exodus.e hot-once-around-no-surface-tension_exodus.e-s002 hot-once-around-no-surface-tension_exodus.e-s003'
cli_args = 'Mesh/uniform_refine=0 Mesh/nx=4 Mesh/ny=4 Mesh/nz=4 Executioner/num_steps=3'
skip = "from baldr, broken"
[]
[]

0 comments on commit d59dfc8

Please sign in to comment.