Skip to content

Commit 8c8eec7

Browse files
committed
server_test.rs: Reenable four tests that now seem to pass.
1 parent c3b7f18 commit 8c8eec7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/tests/server_test.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ fn fd_create() {
154154
.unwrap();
155155
}
156156

157-
//xx#[test]
157+
#[test]
158158
/// A client attempts to execute a non-existent file
159159
fn basic_execute_non_existent() {
160160
let events = vec![
@@ -174,7 +174,7 @@ fn basic_execute_non_existent() {
174174
.unwrap();
175175
}
176176

177-
//xx#[test]
177+
#[test]
178178
/// A client attempts to read a non-existent file
179179
fn basic_client_read_non_existent() {
180180
let events = vec![
@@ -193,7 +193,7 @@ fn basic_client_read_non_existent() {
193193
.unwrap();
194194
}
195195

196-
//xx#[test]
196+
#[test]
197197
/// A program attempts to read a non-existent file
198198
fn basic_program_read_non_existent() {
199199
let events = vec![
@@ -413,7 +413,7 @@ fn integration_private_set_intersection() {
413413
.unwrap();
414414
}
415415

416-
//xx#[test]
416+
#[test]
417417
/// Attempt to fetch result without enough stream data.
418418
fn test_phase4_number_stream_accumulation_one_data_one_stream_with_attestation() {
419419
let events = vec![

0 commit comments

Comments
 (0)