Jelajahi Sumber

comment out a test

Adam Shaw 9 tahun lalu
induk
melakukan
3f79268352
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      tests/automated/lang.js

+ 2 - 0
tests/automated/lang.js

@@ -42,6 +42,7 @@ describe('lang', function() {
 	// the most recent version of moment will actually throw a cryptic exception,
 	// and instead of papering over this, just let it be thrown. will indicate that something
 	// needs to be fixed to the developer.
+	/*
 	xit('defaults to English when configured to language that isn\'t loaded', function() {
 		affix('#cal');
 		$('#cal').fullCalendar({
@@ -52,6 +53,7 @@ describe('lang', function() {
 		var s = mom.format('dddd MMMM Do YYYY');
 		expect(s).toEqual('Thursday May 1st 2014');
 	});
+	*/
 
 	it('works when certain language has no FC settings defined', function() {
 		affix('#cal');