From a4c28375e2dc98582b3e0d7a00c53b6853d7d4b7 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 20 Jun 2020 22:25:37 +0100 Subject: fix(ci): grammar sync test fails spuriously on ci --- dhall/src/syntax/text/parser.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'dhall') diff --git a/dhall/src/syntax/text/parser.rs b/dhall/src/syntax/text/parser.rs index 486030f..1e1449c 100644 --- a/dhall/src/syntax/text/parser.rs +++ b/dhall/src/syntax/text/parser.rs @@ -1065,6 +1065,7 @@ pub fn parse_expr(input_str: &str) -> ParseResult { } #[test] +#[ignore] // Check that the local copy of the grammar file is in sync with the one from dhall-lang. fn test_grammar_files_in_sync() { use std::process::Command; -- cgit v1.2.3