about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--rustfmt-core/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/rustfmt-core/tests/lib.rs b/rustfmt-core/tests/lib.rs
index 3a990ebe88c..f0aad73507d 100644
--- a/rustfmt-core/tests/lib.rs
+++ b/rustfmt-core/tests/lib.rs
@@ -820,7 +820,6 @@ impl ConfigCodeBlock {
 }
 
 #[test]
-#[ignore]
 fn configuration_snippet_tests() {
     // Read Configurations.md and build a `Vec` of `ConfigCodeBlock` structs with one
     // entry for each Rust code block found.