@@ -101,13 +101,7 @@ const TEST_TYPES = {
101
101
/ 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 $ / ,
102
102
/ 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 $ / ,
103
103
// 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
111
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 l a 0 1 $ / ,
112
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 l a 0 5 $ / ,
113
107
// @import
@@ -1097,9 +1091,10 @@ function createDocumentLoader(test) {
1097
1091
] ;
1098
1092
const localLoader = function ( url ) {
1099
1093
// 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
+ //}
1103
1098
1104
1099
// FIXME: this check only works for main test suite and will not work if:
1105
1100
// - running other tests and main test suite not installed
0 commit comments