Skip to content

Commit 8dd4c70

Browse files
author
Tamas Vajk
committed
Fix CI: exclude compile_data_generated_test from test suite
The test uses an intentionally unformatted source and is expected to fail. Including it in the test_suite causes CI to run it via //... and report failures. The test is already exercised by the rustfmt_failure_tester.sh script which expects exit code 3.
1 parent c6b4625 commit 8dd4c70

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/rustfmt/rustfmt_integration_test_suite.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def rustfmt_integration_test_suite(name, **kwargs):
131131
"{}_unformatted_2015_test".format(variant),
132132
"{}_unformatted_2018_test".format(variant),
133133
"{}_generated_test".format(variant),
134-
"{}_compile_data_generated_test".format(variant),
135134
])
136135

137136
native.test_suite(

0 commit comments

Comments
 (0)