We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323e182 commit f810d03Copy full SHA for f810d03
docker-compose.test.yml
@@ -7,6 +7,8 @@ services:
7
- redis
8
- redis-cache
9
env_file: env/netbox.env
10
+ environment:
11
+ SKIP_STARTUP_SCRIPTS: ${SKIP_STARTUP_SCRIPTS-false}
12
user: '101'
13
volumes:
14
- ./startup_scripts:/opt/netbox/startup_scripts:z,ro
test.sh
@@ -56,7 +56,7 @@ test_setup() {
56
57
test_netbox_unit_tests() {
58
echo "⏱ Running Netbox Unit Tests"
59
- $doco run --rm netbox ./manage.py test
+ SKIP_STARTUP_SCRIPTS=true $doco run --rm netbox ./manage.py test
60
}
61
62
test_initializers() {
0 commit comments