[ARVADOS] updated: 2.1.0-1172-g28c719087
Git user
git at public.arvados.org
Thu Aug 12 17:19:13 UTC 2021
Summary of changes:
apps/workbench/test/controllers/work_units_controller_test.rb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via 28c719087043b20f0ab23683addcd04706d612a8 (commit)
from b06f6b12cdf299e7bfab67f9a83d647eacaecbbb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 28c719087043b20f0ab23683addcd04706d612a8
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Thu Aug 12 14:18:26 2021 -0300
17948: Testing ilike operator test updates (WIP)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/apps/workbench/test/controllers/work_units_controller_test.rb b/apps/workbench/test/controllers/work_units_controller_test.rb
index 375c65c9b..5236af90d 100644
--- a/apps/workbench/test/controllers/work_units_controller_test.rb
+++ b/apps/workbench/test/controllers/work_units_controller_test.rb
@@ -13,20 +13,20 @@ class WorkUnitsControllerTest < ActionController::TestCase
[
['foo', 10, 25,
['/pipeline_instances/zzzzz-d1hrv-1xfj6xkicf2muk2',
- '/pipeline_instances/zzzzz-d1hrv-jobspeccomponts',
+ # '/pipeline_instances/zzzzz-d1hrv-jobspeccomponts',
'/jobs/zzzzz-8i9sb-grx15v5mjnsyxk7'],
['/pipeline_instances/zzzzz-d1hrv-1yfj61234abcdk3',
'/jobs/zzzzz-8i9sb-n7omg50bvt0m1nf',
'/container_requests/zzzzz-xvhdp-cr4completedcr2']],
['pipeline_with_tagged_collection_input', 1, 1,
['/pipeline_instances/zzzzz-d1hrv-1yfj61234abcdk3'],
- ['/pipeline_instances/zzzzz-d1hrv-jobspeccomponts',
+ # ['/pipeline_instances/zzzzz-d1hrv-jobspeccomponts',
'/jobs/zzzzz-8i9sb-pshmckwoma9plh7',
'/jobs/zzzzz-8i9sb-n7omg50bvt0m1nf',
'/container_requests/zzzzz-xvhdp-cr4completedcr2']],
['no_such_match', 0, 0,
[],
- ['/pipeline_instances/zzzzz-d1hrv-jobspeccomponts',
+ # ['/pipeline_instances/zzzzz-d1hrv-jobspeccomponts',
'/jobs/zzzzz-8i9sb-pshmckwoma9plh7',
'/jobs/zzzzz-8i9sb-n7omg50bvt0m1nf',
'/container_requests/zzzzz-xvhdp-cr4completedcr2']],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list