Protractor allows tests to be set as pending. This means that protractor will not execute the test, but will instead output:
Pending:
1) Test Name
Temporarily disabled with xit
Or, if disabled with xdescribe():
Pending:
1) Test Name
No reason given