From 83e9dfa1cca6b05bbb6a4ade4323c60284457032 Mon Sep 17 00:00:00 2001 From: Chris Rybicki Date: Wed, 17 Jul 2024 14:52:51 -0400 Subject: [PATCH] update comments --- .mkrepo/main.w | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mkrepo/main.w b/.mkrepo/main.w index 6931ab04..4547853e 100644 --- a/.mkrepo/main.w +++ b/.mkrepo/main.w @@ -39,8 +39,8 @@ new gitattributes.GitAttributes(); let skipCanaryTests = [ "containers", // https://github.com/winglang/wing/issues/5716 - "cognito", // TODO: needs to be updated to use dynamodb.Table - "python", // TODO: needs to be refactored to handle the new cloud.Function signature + "cognito", // https://github.com/winglang/wing/issues/6924 + "python", // https://github.com/winglang/wing/issues/6923 ]; new canary.CanaryWorkflow(workflowdir, libs.copy(), skipCanaryTests);