Skip to content

Commit

Permalink
Remove extra comments
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanda committed Jul 12, 2023
1 parent 77fe3c1 commit 825b8de
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ func TestWASMRemote(t *testing.T) {
require.NoError(t, err, "could not get current working directory")
hostWASMDir := fmt.Sprintf("%s/testdata/wasm_test_files", cwd)

//buildWASM(t, hostWASMDir)

cluster, _, _ := topology.NewCluster(t, &topology.ClusterConfig{
NumServers: 1,
NumClients: 1,
Expand Down Expand Up @@ -201,12 +199,6 @@ func TestWASMRemote(t *testing.T) {
func TestWASMLocal(t *testing.T) {
t.Parallel()

//cwd, err := os.Getwd()
//require.NoError(t, err, "could not get current working directory")
//hostWASMDir := fmt.Sprintf("%s/testdata/wasm_test_files", cwd)

//buildWASM(t, hostWASMDir)

cluster, _, _ := topology.NewCluster(t, &topology.ClusterConfig{
NumServers: 1,
NumClients: 1,
Expand Down

0 comments on commit 825b8de

Please sign in to comment.