Skip to content

Commit

Permalink
addback risc0 & snark
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhiran committed Jan 6, 2025
1 parent 10b2c32 commit 092764b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ func TestE2E(t *testing.T) {
registerIoID(t, chainEndpoint, contracts, deviceKey, projectID)

t.Run("RISC0", func(t *testing.T) {
t.Skip()
t.Cleanup(func() {
if err := risc0VMContainer.Terminate(context.Background()); err != nil {
t.Logf("failed to terminate vm container: %v", err)
Expand Down Expand Up @@ -173,7 +172,6 @@ func TestE2E(t *testing.T) {
})

t.Run("GNARK", func(t *testing.T) {
t.Skip()
t.Cleanup(func() {
if err := gnarkVMContainer.Terminate(context.Background()); err != nil {
t.Logf("failed to terminate vm container: %v", err)
Expand All @@ -198,7 +196,7 @@ func TestE2E(t *testing.T) {
waitSettled(t, taskid, apiNodeUrl)
})

t.Run("GNARK2", func(t *testing.T) {
t.Run("GNARK-liveness", func(t *testing.T) {
t.Cleanup(func() {
if err := gnarkVMContainer.Terminate(context.Background()); err != nil {
t.Logf("failed to terminate vm container: %v", err)
Expand Down

0 comments on commit 092764b

Please sign in to comment.