Skip to content

Commit

Permalink
comment out clone tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed Jun 24, 2020
1 parent 48dd0b8 commit e16442b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export default function ({ loadTestFile }: FtrProviderContext) {
loadTestFile(require.resolve('./outlier_detection_creation'));
loadTestFile(require.resolve('./regression_creation'));
loadTestFile(require.resolve('./classification_creation'));
loadTestFile(require.resolve('./cloning'));
// loadTestFile(require.resolve('./cloning'));
});
}

0 comments on commit e16442b

Please sign in to comment.