Skip to content

Commit

Permalink
TC: Remove old tests configurations
Browse files Browse the repository at this point in the history
There was not a single case when these tests were needed
  • Loading branch information
AlexPl292 committed Oct 23, 2024
1 parent 8ed5328 commit 5b355a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
3 changes: 1 addition & 2 deletions .teamcity/_Self/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import _Self.buildTypes.PropertyBased
import _Self.buildTypes.Qodana
import _Self.buildTypes.TestingBuildType
import _Self.subprojects.GitHub
import _Self.subprojects.OldTests
import _Self.subprojects.Releases
import _Self.vcsRoots.GitHubPullRequest
import _Self.vcsRoots.ReleasesVcsRoot
Expand All @@ -18,7 +17,7 @@ import jetbrains.buildServer.configs.kotlin.v2019_2.Project
object Project : Project({
description = "Vim engine for JetBrains IDEs"

subProjects(Releases, OldTests, GitHub)
subProjects(Releases, GitHub)

// VCS roots
vcsRoot(GitHubPullRequest)
Expand Down
25 changes: 0 additions & 25 deletions .teamcity/_Self/subprojects/OldTests.kt

This file was deleted.

0 comments on commit 5b355a8

Please sign in to comment.