Skip to content

Commit a198635

Browse files
committed
QD-11553 Mute test which verify existense of 2025 linters in feed, because it's not yet released
(cherry picked from commit e8937a4)
1 parent ab5d16c commit a198635

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

cmd/cmd_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ func TestPullInNative(t *testing.T) {
223223
}
224224

225225
func TestAllCommandsWithContainer(t *testing.T) {
226+
t.Skip("Muted until 2025.1 linters are not released")
226227
version.Version = "0.1.0"
227228
linter := "registry.jetbrains.team/p/sa/containers/qodana-dotnet:latest"
228229

@@ -379,6 +380,7 @@ func TestAllCommandsWithContainer(t *testing.T) {
379380
}
380381

381382
func TestScanWithIde(t *testing.T) {
383+
t.Skip("Muted until 2025.1 linters are not released")
382384
log.SetLevel(log.DebugLevel)
383385
token := os.Getenv("QODANA_LICENSE_ONLY_TOKEN")
384386
if token == "" {

core/startup/installers_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import (
2626
)
2727

2828
func TestGetIde(t *testing.T) {
29+
t.Skip("Muted until 2025.1 linters are not released")
2930
//os.Setenv("QD_PRODUCT_INTERNAL_FEED", "https://data.services.jetbrains.com/products")
3031
for _, installer := range product.AllNativeCodes {
3132
ide := getIde(installer)
@@ -42,6 +43,7 @@ func TestGetIde(t *testing.T) {
4243
}
4344

4445
func TestDownloadAndInstallIDE(t *testing.T) {
46+
t.Skip("Muted until 2025.1 linters are not released")
4547
ides := []string{"QDGO"}
4648
for _, ide := range ides {
4749
DownloadAndInstallIDE(ide, t)

core/startup/releases_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import (
2121
)
2222

2323
func TestGetProductByCode(t *testing.T) {
24+
t.Skip("Muted until 2025.1 linters are not released")
2425
product, err := GetProductByCode("RD")
2526
if err != nil {
2627
t.Fatalf("Error getting product: %s", err)

0 commit comments

Comments
 (0)