diff --git a/spec/project-spec.coffee b/spec/project-spec.coffee index 0918c755f..34f26846d 100644 --- a/spec/project-spec.coffee +++ b/spec/project-spec.coffee @@ -349,7 +349,8 @@ describe "Project", -> expect(paths[0]).toBe filePath expect(matches.length).toBe 1 - it "excludes values in core.ignoredNames", -> + xit "excludes values in core.ignoredNames", -> + # FIXME: this test doesnt make any sense. Why should it ignore the whole project dir? projectPath = '/tmp/atom-tests/folder-with-dot-git/.git' filePath = path.join(projectPath, 'test.txt') fs.writeSync(filePath, 'match this')