Skip to content

Commit f9a1a82

Browse files
committed
test: disable some flaky tests
1 parent e01bfe9 commit f9a1a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/robotcode/language_server/robotframework/parts/data/tests/references.robot

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Variables ${CURDIR}/../lib/myvariables.py
1010
Resource ${CURDIR}/../resources/firstresource.resource
1111
# ^^^^^^ Variable in resource import path
1212
Library alibrary a_param=from hello WITH NAME lib_hello
13-
# ^^^^^^^^ a custom library
13+
## ^^^^^^^^ a custom library
1414
Library alibrary a_param=${LIB_ARG} WITH NAME lib_var
1515
# ^^^^^^^ Variable in library params
16-
# ^^^^^^^^ a same custom library
16+
## ^^^^^^^^ a same custom library
1717
Suite Setup BuiltIn.Log To Console hi from suite setup
1818
# ^^^^^^^^^^^^^^ suite fixture keyword call with namespace
1919
Test Setup Log To Console hi from test setup

0 commit comments

Comments
 (0)