Skip to content

Commit

Permalink
Reapply unit test changes from commit 2c07382
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh authored and fnothaft committed Jun 6, 2016
1 parent d386468 commit dbf0ec5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,13 @@ class ADAMContextSuite extends ADAMFunSuite {
assert(gt.getReadDepth === 20)
}

ignore("can read a gzipped .vcf file") {
sparkTest("can read a gzipped .vcf file") {
val path = resourcePath("test.vcf.gz")
val vcs = sc.loadVcf(path, None)
assert(vcs.count === 6)
}

ignore("can read a BGZF gzipped .vcf file") {
sparkTest("can read a BGZF gzipped .vcf file") {
val path = resourcePath("test.vcf.bgzf.gz")
val vcs = sc.loadVcf(path, None)
assert(vcs.count === 6)
Expand Down

0 comments on commit dbf0ec5

Please sign in to comment.