Skip to content

Commit 6bb9ba1

Browse files
committed
Remove needsahomeTests
1 parent 3fe632d commit 6bb9ba1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/runtests.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ end
5757
include("DataStoreTests.jl")
5858
end
5959

60-
@testset "Needs-a-Home Tests" begin
61-
include("needsahomeTests.jl")
62-
end
60+
#TODO confirm functionality of this test is covered
61+
# @testset "Needs-a-Home Tests" begin
62+
# include("needsahomeTests.jl")
63+
# end
6364

6465
@testset "LightDFG subtype tests" begin
6566
for type in [(var=DFGVariableSummary, fac=DFGFactorSummary), (var=SkeletonDFGVariable,fac=SkeletonDFGFactor)]

0 commit comments

Comments
 (0)