Skip to content

Commit

Permalink
Disable test that depends on upstream fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Apr 12, 2024
1 parent d0edea1 commit ed0759c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/multimodel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ end
@testset "Block=$b, backend=$b, defaulted linsolve=$default_linsolve" begin
arg = (general_ad = gen_ad, backend = backend, use_blocks = b, default_linsolve = default_linsolve)
test_compositional_with_wells(; arg...)
test_compositional_with_wells(; fast_flash = true, arg...)
# Disabled test until Jutul is updated.
# test_compositional_with_wells(; fast_flash = true, arg...)
test_immiscible_with_wells(; arg...)
test_blackoil_with_wells(; arg...)
end
Expand Down
2 changes: 1 addition & 1 deletion test/thermal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ using Test
@test all(x -> x < 0, diff(T))
end
end

##
function solve_thermal_wells(;
nx = 10,
ny = nx,
Expand Down

2 comments on commit ed0759c

@moyner
Copy link
Member Author

@moyner moyner commented on ed0759c Apr 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.2.20 already exists

Please sign in to comment.