Skip to content

Commit

Permalink
Temporarily comment out 3 test files
Browse files Browse the repository at this point in the history
These hang forever. I would like to see how many tests fail with in a build that completes.
  • Loading branch information
ioannakok committed Dec 12, 2023
1 parent e909ce3 commit cde9a28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sport/test/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ class SportTestSuite
new ResultsListTest,
new TeamColoursTest,
new CompetitionAgentTest,
new FixturesFeatureTest,
// new FixturesFeatureTest,
new LeagueTablesFeatureTest,
new LiveMatchesFeatureTest,
new MatchFeatureTest,
new ResultsFeatureTest,
new FixturesAndResultsTest,
// new ResultsFeatureTest,
// new FixturesAndResultsTest,
)
with SingleServerSuite {}

Expand Down

0 comments on commit cde9a28

Please sign in to comment.