Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Jérome Perrin
erp5
Commits
146e8bb3
Commit
146e8bb3
authored
Apr 09, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! XXX skip several tests
parent
e6dba238
Pipeline
#8843
running with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/__init__.py
tests/__init__.py
+1
-1
No files found.
tests/__init__.py
View file @
146e8bb3
...
@@ -52,7 +52,7 @@ class _ERP5(ERP5TypeTestSuite):
...
@@ -52,7 +52,7 @@ class _ERP5(ERP5TypeTestSuite):
# such as php and it has not been updated for Zope >= 2.12
# such as php and it has not been updated for Zope >= 2.12
if
product
==
'ERP5TioSafe'
:
if
product
==
'ERP5TioSafe'
:
continue
continue
if
not
'testUpgradeInstanceWithOldDataFs'
in
test_path
and
not
'testFunctionalRJS
Core
'
in
test_path
:
if
not
'testUpgradeInstanceWithOldDataFs'
in
test_path
and
not
'testFunctionalRJS'
in
test_path
:
continue
continue
test_list
.
append
(
test_case
)
test_list
.
append
(
test_case
)
return
test_list
return
test_list
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment