@@ -101,13 +101,7 @@ const TEST_TYPES = {
101101 / e x p a n d - m a n i f e s t .j s o n l d # t h c 0 4 $ / ,
102102 / e x p a n d - m a n i f e s t .j s o n l d # t h c 0 5 $ / ,
103103 // remote
104- / r e m o t e - d o c - m a n i f e s t .j s o n l d # t 0 0 0 5 $ / ,
105- / r e m o t e - d o c - m a n i f e s t .j s o n l d # t 0 0 0 6 $ / ,
106- / r e m o t e - d o c - m a n i f e s t .j s o n l d # t 0 0 0 7 $ / ,
107- / r e m o t e - d o c - m a n i f e s t .j s o n l d # t 0 0 1 0 $ / ,
108- / r e m o t e - d o c - m a n i f e s t .j s o n l d # t 0 0 1 1 $ / ,
109- / r e m o t e - d o c - m a n i f e s t .j s o n l d # t 0 0 1 2 $ / ,
110- / r e m o t e - d o c - m a n i f e s t .j s o n l d # t 0 0 1 3 $ / ,
104+ / r e m o t e - d o c - m a n i f e s t .j s o n l d # t 0 0 1 3 $ / , // HTML
111105 / r e m o t e - d o c - m a n i f e s t .j s o n l d # t l a 0 1 $ / ,
112106 / r e m o t e - d o c - m a n i f e s t .j s o n l d # t l a 0 5 $ / ,
113107 // @import
@@ -1097,9 +1091,10 @@ function createDocumentLoader(test) {
10971091 ] ;
10981092 const localLoader = function ( url ) {
10991093 // always load remote-doc tests remotely in node
1100- if ( options . nodejs && test . manifest . name === 'Remote document' ) {
1101- return jsonld . documentLoader ( url ) ;
1102- }
1094+ // NOTE: disabled due to github pages issues.
1095+ //if(options.nodejs && test.manifest.name === 'Remote document') {
1096+ // return jsonld.documentLoader(url);
1097+ //}
11031098
11041099 // FIXME: this check only works for main test suite and will not work if:
11051100 // - running other tests and main test suite not installed
0 commit comments