05a6c9c8f3
Resolves: rhbz#2255918
24 lines
741 B
Diff
24 lines
741 B
Diff
From 6365d1b79e10330fced83d00d4cb950380a3b0fe Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
|
|
Date: Thu, 7 Sep 2023 13:13:02 +0200
|
|
Subject: [PATCH] Disable syntax-suggest test case.
|
|
|
|
This requires internet connection.
|
|
---
|
|
common.mk | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/common.mk b/common.mk
|
|
index d55d1788aa..73755f6ccd 100644
|
|
--- a/common.mk
|
|
+++ b/common.mk
|
|
@@ -1601,8 +1601,6 @@ yes-test-syntax-suggest: $(PREPARE_SYNTAX_SUGGEST)
|
|
$(ACTIONS_ENDGROUP)
|
|
no-test-syntax-suggest:
|
|
|
|
-check: $(DOT_WAIT) $(PREPARE_SYNTAX_SUGGEST) test-syntax-suggest
|
|
-
|
|
test-bundler-precheck: $(TEST_RUNNABLE)-test-bundler-precheck
|
|
no-test-bundler-precheck:
|
|
yes-test-bundler-precheck: main $(arch)-fake.rb
|