Skip to content

Commit

Permalink
Disabling refactoring based save action tests
Browse files Browse the repository at this point in the history
They are unstable
  • Loading branch information
kiritsuku committed Oct 9, 2014
1 parent fa85506 commit ff06d6f
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -7,8 +7,6 @@ import org.junit.runners.Suite
@Suite.SuiteClasses(Array(
classOf[RemoveTrailingWhitespaceTest],
classOf[AddNewLineAtEndOfFileTest],
classOf[AddMissingOverrideTest],
classOf[RemoveDuplicatedEmptyLinesTest],
classOf[AddReturnTypeToPublicSymbolsTest]
classOf[RemoveDuplicatedEmptyLinesTest]
))
class SaveActionTestSuite

0 comments on commit ff06d6f

Please sign in to comment.