@@ -20,7 +20,7 @@ const controllerRepoId = variantAnalysisJson_response.body.controller_repo.id;
20
20
const variantAnalysisId = variantAnalysisJson_response . body . id ;
21
21
const repoTaskId = variantAnalysisRepoJson_response . body . repository . id ;
22
22
23
- describe . skip ( "submitVariantAnalysis" , ( ) => {
23
+ describe ( "submitVariantAnalysis" , ( ) => {
24
24
it ( "returns the submitted variant analysis" , async ( ) => {
25
25
await mockServer . loadScenario ( "mrva-problem-query-success" ) ;
26
26
@@ -34,7 +34,7 @@ describe.skip("submitVariantAnalysis", () => {
34
34
} ) ;
35
35
} ) ;
36
36
37
- describe . skip ( "getVariantAnalysis" , ( ) => {
37
+ describe ( "getVariantAnalysis" , ( ) => {
38
38
it ( "returns the variant analysis" , async ( ) => {
39
39
await mockServer . loadScenario ( "mrva-problem-query-success" ) ;
40
40
@@ -49,7 +49,7 @@ describe.skip("getVariantAnalysis", () => {
49
49
} ) ;
50
50
} ) ;
51
51
52
- describe . skip ( "getVariantAnalysisRepo" , ( ) => {
52
+ describe ( "getVariantAnalysisRepo" , ( ) => {
53
53
it ( "returns the variant analysis repo task" , async ( ) => {
54
54
await mockServer . loadScenario ( "mrva-problem-query-success" ) ;
55
55
@@ -65,7 +65,7 @@ describe.skip("getVariantAnalysisRepo", () => {
65
65
} ) ;
66
66
} ) ;
67
67
68
- describe . skip ( "getRepositoryFromNwo" , ( ) => {
68
+ describe ( "getRepositoryFromNwo" , ( ) => {
69
69
it ( "returns the repository" , async ( ) => {
70
70
await mockServer . loadScenario ( "mrva-problem-query-success" ) ;
71
71
0 commit comments