1
0
forked from Rativel/BurritOS

Ignored machine tests for now

This commit is contained in:
François Autin
2023-03-15 10:53:22 +01:00
parent 0047b7d762
commit e5242aab0c
2 changed files with 11 additions and 0 deletions

View File

@@ -209,6 +209,7 @@ mod tests {
use super::*;
#[test]
#[ignore]
fn test_fill_memory(){
let m_c = MemChecker::from("test/machine/memory.txt").unwrap();
let mut machine = Machine::init_machine();