summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@posteo.net>2019-03-05 21:06:37 +0000
committerMichael Catanzaro <mcatanzaro@posteo.net>2019-03-05 21:06:37 +0000
commit93815120e0321fad5b985f19c68a35dd733f956b (patch)
tree30cc2c916ec23c0c5bb7ddaedff99cba8da1b0de /.gitlab-ci.yml
parentb506f6e14b280b15bd1ec8e775bbfcdca3357bdd (diff)
downloadepiphany-93815120e0321fad5b985f19c68a35dd733f956b.tar.gz
Stop running safe browsing tests on CI
Seems it is flaky.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc9700f45..ab33890c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ flatpak:
FLATPAK_MODULE: 'epiphany'
# Make sure to keep this in sync with the Flatpak manifest, all arguments
# are passed except the config-args because we build it ourselves
- MESON_ARGS: '-Dunit_tests=enabled -Dnetwork_tests=enabled --werror'
+ MESON_ARGS: '-Dunit_tests=enabled --werror'
APP_ID: 'org.gnome.Epiphany'
review: