Harsha Narayana
Harsha Narayana
@wrslatz If you are on macOS then you might give it a try by cleaning up the keychain entries for vscode github auth. ```bash security find-generic-password -a github-enterprise.auth security find-generic-password...
Thanks @jpspringall I have been kind of pre-occupied for a while with some other contributions and lost track of this as the local patch has been serving me well so...
Sorry @wrslatz I have been away from this space for a while and lost track of this thread. I switched to insiders with latest like @alexr00 suggested and I am...
@vladimirvivien I have already update the PR https://github.com/kubernetes-sigs/e2e-framework/pull/156 with some of the comments addressed.
/remove-lifecycle stale
@maruina I did a quick scan and we do call the `t.Skipf` handlers in the `execFeature` which should have marked the right indicator for the Skip cases. Let me take...
Sorry I got a bit caught up with some personal work.. Will look into this over the weekend. In the mean time, if you can spare some time, please feel...
I think I know why your expectations are not working. ```golang package tskip_test import ( "context" "testing" "sigs.k8s.io/e2e-framework/pkg/envconf" "sigs.k8s.io/e2e-framework/pkg/features" ) func TestOne(t *testing.T) { f1 := features.New("one").WithLabel("label", "abc"). Assess("a1", func(ctx...
I am not still done with this analysis. Will post a bit more context today or tomorrow. This is not fully done yet.