##// END OF EJS Templates
tests: disable `test-check-interfaces.py` while converting to protocols...
Matt Harbison -
r52813:ef7d8508 default
parent child Browse files
Show More
@@ -263,4 +263,7 def main():
263 checkzobject(revlog.revlogproblem())
263 checkzobject(revlog.revlogproblem())
264
264
265
265
266 main()
266 # Skip checking until the interfaces are converted to protocols
267 sys.exit(0)
268
269 # main()
@@ -1,2 +0,0
1 public attribute not declared in interfaces: badpeer.badattribute
2 public attribute not declared in interfaces: badpeer.badmethod
General Comments 0
You need to be logged in to leave comments. Login now