@@ -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
@@ -1091,9 +1085,10 @@ function createDocumentLoader(test) {
1091
1085
] ;
1092
1086
const localLoader = function ( url ) {
1093
1087
// always load remote-doc tests remotely in node
1094
- if ( options . nodejs && test . manifest . name === 'Remote document' ) {
1095
- return jsonld . documentLoader ( url ) ;
1096
- }
1088
+ // NOTE: disabled due to github pages issues.
1089
+ //if(options.nodejs && test.manifest.name === 'Remote document') {
1090
+ // return jsonld.documentLoader(url);
1091
+ //}
1097
1092
1098
1093
// FIXME: this check only works for main test suite and will not work if:
1099
1094
// - running other tests and main test suite not installed
0 commit comments