Skip to content

Commit

Permalink
ALS-5905: Disable test that requires public genomic data
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Feb 16, 2024
1 parent 9ed4746 commit 47098c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
package edu.harvard.hms.dbmi.avillach.hpds.genomic;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@Disabled
@SpringBootTest
class HpdsGenomicProcessorApplicationTests {

Expand Down

0 comments on commit 47098c4

Please sign in to comment.