From 18e2ce9b2ff44d7227d71aefa0aaf18f74069e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20So=C3=B3s?= Date: Fri, 28 Jul 2023 12:43:03 +0200 Subject: [PATCH] Enable another template test. (#6870) --- app/test/frontend/templates_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/app/test/frontend/templates_test.dart b/app/test/frontend/templates_test.dart index e241b621a9..d4c89564b2 100644 --- a/app/test/frontend/templates_test.dart +++ b/app/test/frontend/templates_test.dart @@ -563,7 +563,6 @@ void main() { 'package-created': data.package!.created, }); }, - skip: true, // skip, until we've fixed fake job data for sandboxing ); testWithProfile('publisher list page', fn: () async {