-
Notifications
You must be signed in to change notification settings - Fork 861
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Disable old event generation tests (#2361)
- Loading branch information
1 parent
23faa61
commit 425e8c8
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,7 +154,7 @@ describe('generate', function () { | |
describe('.create different event sites and copy assets of overview site', function () { | ||
this.timeout(800000); | ||
|
||
it('should generate the FOSSASIA Summit 2017', function (done) { | ||
xit('should generate the FOSSASIA Summit 2017', function (done) { | ||
let data = {}; | ||
|
||
data.body = { | ||
|
@@ -173,7 +173,7 @@ describe('generate', function () { | |
|
||
}); | ||
|
||
it('should generate the Mozilla All Hands 2017', function (done) { | ||
xit('should generate the Mozilla All Hands 2017', function (done) { | ||
let data = {}; | ||
|
||
data.body = { | ||
|
@@ -193,7 +193,7 @@ describe('generate', function () { | |
|
||
}); | ||
|
||
it('should generate the OSCON 2017', function (done) { | ||
xit('should generate the OSCON 2017', function (done) { | ||
let data = {}; | ||
|
||
data.body = { | ||
|
@@ -212,7 +212,7 @@ describe('generate', function () { | |
|
||
}); | ||
|
||
it('should generate the FOSSASIA Summit 2016 event', function (done) { | ||
xit('should generate the FOSSASIA Summit 2016 event', function (done) { | ||
let data = {}; | ||
|
||
data.body = { | ||
|
@@ -235,7 +235,7 @@ describe('generate', function () { | |
|
||
}); | ||
|
||
it('should generate the Open Tech Summit site', function (done) { | ||
xit('should generate the Open Tech Summit site', function (done) { | ||
let data = {}; | ||
|
||
data.body = { | ||
|
@@ -335,7 +335,7 @@ describe('generate', function () { | |
|
||
}); | ||
|
||
it('should generate the RedHat Summit 2017 event', function (done) { | ||
xit('should generate the RedHat Summit 2017 event', function (done) { | ||
let data = {}; | ||
|
||
data.body = { | ||
|
@@ -353,7 +353,7 @@ describe('generate', function () { | |
}); | ||
}); | ||
|
||
it('should generate the FOSSASIA Summit 2014 event', function (done) { | ||
xit('should generate the FOSSASIA Summit 2014 event', function (done) { | ||
let data = {}; | ||
|
||
data.body = { | ||
|
@@ -371,7 +371,7 @@ describe('generate', function () { | |
}); | ||
}); | ||
|
||
it('should generate the FOSSASIA Summit 2011 event', function (done) { | ||
xit('should generate the FOSSASIA Summit 2011 event', function (done) { | ||
let data = {}; | ||
|
||
data.body = { | ||
|
@@ -390,7 +390,7 @@ describe('generate', function () { | |
|
||
}); | ||
|
||
it('should generate the FOSSASIA Summit 2010 event', function (done) { | ||
xit('should generate the FOSSASIA Summit 2010 event', function (done) { | ||
let data = {}; | ||
|
||
data.body = { | ||
|
@@ -409,7 +409,7 @@ describe('generate', function () { | |
|
||
}); | ||
|
||
it('should generate the Mozilla All Hands 2016 event', function (done) { | ||
xit('should generate the Mozilla All Hands 2016 event', function (done) { | ||
let data = {}; | ||
|
||
data.body = { | ||
|
@@ -443,13 +443,13 @@ describe('generate', function () { | |
|
||
|
||
generator.createDistDir(data, 'Socket', function (appFolder) { | ||
assert.equal(appFolder, "[email protected]/FOSSASIASummit"); | ||
assert.equal(appFolder, "[email protected]/FOSSASIASummit2018"); | ||
done(); | ||
}); | ||
|
||
}); | ||
|
||
it('should generate the Spark Summit 2017 event', function (done) { | ||
xit('should generate the Spark Summit 2017 event', function (done) { | ||
let data = {}; | ||
|
||
data.body = { | ||
|
@@ -468,7 +468,7 @@ describe('generate', function () { | |
}); | ||
}); | ||
|
||
it('should generate the OpenTech Summit 2016 event', function (done) { | ||
xit('should generate the OpenTech Summit 2016 event', function (done) { | ||
let data = {}; | ||
|
||
data.body = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters