mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Enable/disable Docker testing with a flag.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
5f4f4b08b0
commit
fe870f073a
@@ -4,9 +4,9 @@ import { INTERNAL_QUADS } from '../../src/util/ContentTypes';
|
||||
import { MetadataController } from '../../src/util/MetadataController';
|
||||
import { DataAccessorBasedConfig } from '../configs/DataAccessorBasedConfig';
|
||||
import { BASE } from '../configs/Util';
|
||||
import { FileTestHelper } from '../util/TestHelpers';
|
||||
import { describeIf, FileTestHelper } from '../util/TestHelpers';
|
||||
|
||||
describe('A server with a SPARQL endpoint as storage', (): void => {
|
||||
describeIf('docker', 'a server with a SPARQL endpoint as storage', (): void => {
|
||||
describe('without acl', (): void => {
|
||||
const config = new DataAccessorBasedConfig(BASE,
|
||||
new SparqlDataAccessor('http://localhost:4000/sparql',
|
||||
|
||||
Reference in New Issue
Block a user