Skip to content

Commit

Permalink
Mark more tests as integration
Browse files Browse the repository at this point in the history
  • Loading branch information
deltamarnix committed Jul 10, 2024
1 parent e0771d5 commit 9c94e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/test/main_test.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

@testitem "toml_path" begin
@testitem "integration_toml_path" begin
using IOCapture: capture
import TOML

Expand Down
2 changes: 1 addition & 1 deletion core/test/validation_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ end
)
end

@testitem "Convergence bottleneck" begin
@testitem "integration_Convergence bottleneck" begin
using IOCapture: capture
toml_path =
normpath(@__DIR__, "../../generated_testmodels/invalid_unstable/ribasim.toml")
Expand Down

0 comments on commit 9c94e9d

Please sign in to comment.